A Chrome extension and accompanying native adb proxy for working with Android devices over the Android Debug Bridge.
This project is experimental and likely to change.
There are two steps to installing the extension.
First, install the extension itself:
- Go to chrome://extensions
- Enable Developer Mode
- Click "Load unpacked extension…" and select the
chrome-extensionsubdirectory - Copy the extension ID (looks like
fjjafbbfkohceghfmdelplodgaohmope)
Then, install the native host from the command line:
- First build the binary:
go build native-host/web-adb.go - Optionally, move the new
web-adbbinary file to your bin directory. - Then install the manifest:
./web-adb -install -extension-id fjjafbbfkohceghfmdelplodgaohmope
Finally, reload the extension to connect to the native host.