Script Analyzer
Custom debugging capabilities.
What is Script Analyzer?
Script Analyzer is a Chrome extension developed by Gordon Kushner, and its main feature is "Custom debugging capabilities.".
Extension Screenshots
Download Script Analyzer Extension CRX File
Download Script Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Script Analyzer |
ID | niecpchgkpnlljnjedpncgaglkphhbni |
Official URL | https://chromewebstore.google.com/detail/script-analyzer/niecpchgkpnlljnjedpncgaglkphhbni |
Description | Custom debugging capabilities. |
File Size | 7.94 KB |
Installation Count | 35 |
Current Version | 1.0.1 |
Last Updated | 2019-06-01 |
Publish Date | 2019-05-28 |
Developer | Gordon Kushner |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |