Rebound Debugger

Rebound's Chrome Devtools Debugger

Rebound Debuggerとは何ですか?

Rebound Debuggerはreboundjsによって開発されたChromeの拡張機能で、その主な機能は「Rebound's Chrome Devtools Debugger」です。

Rebound Debugger拡張機能のCRXファイルをダウンロード

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