ADB

ADB Plugin for remote debugging Chrome on Android (Now deprecated)

ADBとは何ですか?

ADBはhttps://developers.google.com/chrome-developer-toolsによって開発されたChromeの拡張機能で、その主な機能は「ADB Plugin for remote debugging Chrome on Android (Now deprecated)」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

ADB拡張機能のCRXファイルをダウンロード

ADB拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ADB Plugin is a Chrome Extension that runs ADB daemon and enables remote debugging for mobile. With it, you do not need to download the Android SDK or run ADB yourself from the command line. 

☞  Feb 2014: This extension is mostly deprecated now. Please follow the guide below for remote debugging:

☆ Guide to remote debugging: developers.google.com/chrome-developer-tools/docs/remote-debugging


========

✓ Chrome on Android 24+ is required. If you're seeing an empty white window, update your Chrome version in Google Play.

☄ This extension is open source: github.com/GoogleChrome/ADBPlugin                    

拡張機能の基本情報

名前 ADB ADB
ID dpngiggdglpdnjdoaefidgiigpemgage
公式URL https://chromewebstore.google.com/detail/adb/dpngiggdglpdnjdoaefidgiigpemgage
説明 ADB Plugin for remote debugging Chrome on Android (Now deprecated)
ファイルサイズ 12.43 KB
インストール数 45,393
現在のバージョン 0.9.8
最終更新日 2014-02-19
公開日 2014-02-18
評価 3.72/5 合計 136 レビュー
開発者 https://developers.google.com/chrome-developer-tools
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://developers.google.com/chrome-developer-tools/docs/remote-debugging
ヘルプページのURL https://github.com/googlechrome/adbplugin/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ADB",
    "version": "0.9.8",
    "description": "ADB Plugin for remote debugging Chrome on Android (Now deprecated)",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "on_19.png",
            "38": "on_38.png"
        },
        "default_title": "ADB Plugin",
        "default_popup": "popup.html"
    }
}