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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}