Script Analyzer
Custom debugging capabilities.
什麼是Script Analyzer?
Script Analyzer是由Gordon Kushner開發的Chrome擴展程式,該擴展的主要功能是“Custom debugging capabilities.”。
擴展截圖
下載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 |
ID | niecpchgkpnlljnjedpncgaglkphhbni |
官方網址 | 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" ] } } |