Script Analyzer

Custom debugging capabilities.

Script Analyzer란 무엇입니까?

Script Analyzer은(는) Gordon Kushner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom debugging capabilities."입니다.

확장 프로그램 스크린샷

screenshot

Script Analyzer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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