Script Analyzer

Custom debugging capabilities.

Script Analyzerとは何ですか?

Script AnalyzerはGordon Kushnerによって開発されたChromeの拡張機能で、その主な機能は「Custom debugging capabilities.」です。

拡張機能のスクリーンショット

screenshot

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

Script Analyzer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Developer Extension For Saving And Executing Your JavaScript scripts. Using the browser's local storage you can create, edit, delete and save your own custom scripts. Useful for frequently used debugging scripts.

The extension also monitors the page navigation and provides a drop down list of target frames.

Version 1.1 includes importing and exporting scripts.                    

拡張機能の基本情報

名前 Script Analyzer Script Analyzer
ID niecpchgkpnlljnjedpncgaglkphhbni
公式URL https://chromewebstore.google.com/detail/script-analyzer/niecpchgkpnlljnjedpncgaglkphhbni
説明 Custom debugging capabilities.
ファイルサイズ 7.94 KB
インストール数 35
現在のバージョン 1.0.1
最終更新日 2019-06-01
公開日 2019-05-28
開発者 Gordon Kushner
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Script Analyzer",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Custom debugging capabilities.",
    "devtools_page": "devtools.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}