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
电子邮箱 [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"
        ]
    }
}