JS Runtime Inspector
Explore your javascript runtime
O que é JS Runtime Inspector?
JS Runtime Inspector é uma extensão do Chrome desenvolvida por Anvaka, e sua principal característica é "Explore your javascript runtime".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JS Runtime Inspector
Baixe arquivos de extensão JS Runtime Inspector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :).
Informações Básicas da Extensão
Nome | JS Runtime Inspector |
ID | iilpjebedgohcmlffhnkhbjhabkdhfmn |
URL Oficial | https://chromewebstore.google.com/detail/js-runtime-inspector/iilpjebedgohcmlffhnkhbjhabkdhfmn |
Descrição | Explore your javascript runtime |
Tamanho do Arquivo | 19.35 KB |
Contagem de Instalações | 2,773 |
Versão Atual | 0.2 |
Última Atualização | 2013-02-14 |
Data de Publicação | 2013-02-14 |
Classificação | 4.18/5 Total de 11 Avaliações |
Desenvolvedor | Anvaka |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |