Script Analyzer

Custom debugging capabilities.

Script Analyzer là gì?

Script Analyzer là một tiện ích mở rộng Chrome được phát triển bởi Gordon Kushner, và tính năng chính của nó là "Custom debugging capabilities.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Script Analyzer

Tải xuống các tệp mở rộng Script Analyzer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Script Analyzer Script Analyzer
ID niecpchgkpnlljnjedpncgaglkphhbni
URL Chính Thức https://chromewebstore.google.com/detail/script-analyzer/niecpchgkpnlljnjedpncgaglkphhbni
Mô tả Custom debugging capabilities.
Kích Thước Tệp 7.94 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-06-01
Ngày Phát Hành 2019-05-28
Nhà Phát Triển Gordon Kushner
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}