Script Analyzer
Custom debugging capabilities.
Co to jest Script Analyzer?
Script Analyzer to rozszerzenie Chrome opracowane przez Gordon Kushner, a jego główną funkcją jest „Custom debugging capabilities.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Script Analyzer
Pobierz pliki rozszerzeń Script Analyzer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Script Analyzer |
ID | niecpchgkpnlljnjedpncgaglkphhbni |
Oficjalny URL | https://chromewebstore.google.com/detail/script-analyzer/niecpchgkpnlljnjedpncgaglkphhbni |
Opis | Custom debugging capabilities. |
Rozmiar pliku | 7.94 KB |
Liczba instalacji | 35 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2019-06-01 |
Data Publikacji | 2019-05-28 |
Deweloper | Gordon Kushner |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |