ADB

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

ما هو ADB؟

ADB هو إضافة Chrome تم تطويرها بواسطة https://developers.google.com/chrome-developer-tools، والميزة الرئيسية لها هي "ADB Plugin for remote debugging Chrome on Android (Now deprecated)".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ADB

قم بتنزيل ملفات الامتداد ADB بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}