Inspect Devices

Simple silly link to Inspector Devices.

ما هو Inspect Devices؟

Inspect Devices هو إضافة Chrome تم تطويرها بواسطة Juan Carlos De Román، والميزة الرئيسية لها هي "Simple silly link to Inspector Devices.".

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

screenshot

تحميل ملف CRX للإضافة Inspect Devices

قم بتنزيل ملفات الامتداد Inspect Devices بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is a simple silly link to Inspector Devices of Chrome that i made for make my life more easy.

Great help for fast debuggin of responsive Webs on phone or PhoneGap / Cordova Apps.                    

معلومات أساسية عن التمديد

الاسم Inspect Devices Inspect Devices
ID pjpobmgdbnbegggcdgbljfgplleejmkb
عنوان URL الرسمي https://chromewebstore.google.com/detail/inspect-devices/pjpobmgdbnbegggcdgbljfgplleejmkb
الوصف Simple silly link to Inspector Devices.
حجم الملف 11.35 KB
عدد التثبيتات 8,162
النسخة الحالية 1.1
آخر تحديث 2015-12-11
تاريخ النشر 2015-12-10
تقييم 4.50/5 مجموع تقييمات 12
المطور Juan Carlos De Román
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inspect Devices",
    "version": "1.1",
    "description": "Simple silly link to Inspector Devices.",
    "author": "Juan Carlos De Rom\u00e1n Doblas",
    "browser_action": {
        "name": "Inspect Devices",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon.png"
        },
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}