SkillAgentSearch skills...

Chromeadb

:bug: Chrome ADB(Android Debug Bridge) Client

Install / Use

/learn @importre/Chromeadb
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ChromeADB

Build Status Android Arsenal

ChromeADB is a Chrome ADB (Android Debug Bridge) client.

When launched, you can see all devices connected to your machine if the ADB connection is successful.
Click a device that you want to control or monitor. And enjoy!

screenshot

How to install

  • Install node.js
  • $ npm install -g bower
  • $ bower install
  • Open chrome://extensions in your Chrome.
  • Check Developer mode
  • Select Load unpacked extensions...
  • Open $CHROMEADB_HOME/src

How to build

  • $ npm install -g grunt-cli
  • $ npm install
  • $ grunt
  • Check a zip file in $CHROMEADB_HOME/package

Pre-requirements

  • ADB included in Android SDK
  • Start ADB daemon
    • $ adb start-server
  • ChromeADB for Android (Optional)

How to use

Are you an Android developer?
No description needed anymore :)

Chrome Store

chrome_store

References

License

BrickSimple Public License 1.0 (Based on the Mozilla Public License Version 2.0). See the LICENSE file.

Related Skills

View on GitHub
GitHub Stars532
CategoryDevelopment
Updated4d ago
Forks97

Languages

JavaScript

Security Score

80/100

Audited on Mar 30, 2026

No findings