JS Runtime Inspector
Explore your javascript runtime
Cos'è JS Runtime Inspector?
JS Runtime Inspector è un'estensione di Chrome sviluppata da Anvaka, e la sua funzione principale è "Explore your javascript runtime".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JS Runtime Inspector
Scarica i file di estensione JS Runtime Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows developers to search javascript objects in runtime by their name or value. It traverses the entire javascript objects graph and matches each property of every object against given pattern. So be careful in what you are typing in the search field. It can easily hang your browser. Extension is open source and your contribution is highly welcomed here: https://github.com/anvaka/jsruntime Let me know what you think :).
Informazioni di Base sull'Estensione
Nome | JS Runtime Inspector |
ID | iilpjebedgohcmlffhnkhbjhabkdhfmn |
URL Ufficiale | https://chromewebstore.google.com/detail/js-runtime-inspector/iilpjebedgohcmlffhnkhbjhabkdhfmn |
Descrizione | Explore your javascript runtime |
Dimensione del File | 19.35 KB |
Conteggio Installazioni | 2,773 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2013-02-14 |
Data di Pubblicazione | 2013-02-14 |
Valutazione | 4.18/5 Totale 11 Valutazioni |
Sviluppatore | Anvaka |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JS Runtime Inspector", "description": "Explore your javascript runtime", "version": "0.2", "icons": { "16": "assets\/logo-16.png", "128": "assets\/logo-128.jpg" }, "devtools_page": "main.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |