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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}