Rebound Debugger

Rebound's Chrome Devtools Debugger

ما هو Rebound Debugger؟

Rebound Debugger هو إضافة Chrome تم تطويرها بواسطة reboundjs، والميزة الرئيسية لها هي "Rebound's Chrome Devtools Debugger".

تحميل ملف CRX للإضافة Rebound Debugger

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

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

                        Rebound's Chrome Devtools Debugger                    

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

الاسم Rebound Debugger Rebound Debugger
ID nigplpjjjohlohijmnaehjfoemebppph
عنوان URL الرسمي https://chrome.google.com/webstore/detail/rebound-debugger/nigplpjjjohlohijmnaehjfoemebppph
الوصف Rebound's Chrome Devtools Debugger
حجم الملف 10.5 KB
عدد التثبيتات 29
النسخة الحالية 0.0.3
آخر تحديث 2015-07-20
تاريخ النشر 2015-07-20
تقييم 5.00/5 مجموع تقييمات 2
المطور reboundjs
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rebound Debugger",
    "manifest_version": 2,
    "version": "0.0.3",
    "description": "Rebound's Chrome Devtools Debugger",
    "devtools_page": "rebound.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/rebound16.png",
        "48": "images\/rebound48.png",
        "128": "images\/rebound128.png"
    },
    "permissions": [
        "",
        "storage",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}