JS Runtime Inspector

Explore your javascript runtime

Qu'est-ce que JS Runtime Inspector ?

JS Runtime Inspector est une extension Chrome développée par Anvaka, et sa fonction principale est "Explore your javascript runtime".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JS Runtime Inspector

Téléchargez les fichiers d'extension JS Runtime Inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 :).                    

Informations de Base sur l'Extension

Nom JS Runtime Inspector JS Runtime Inspector
ID iilpjebedgohcmlffhnkhbjhabkdhfmn
URL Officiel https://chromewebstore.google.com/detail/js-runtime-inspector/iilpjebedgohcmlffhnkhbjhabkdhfmn
Description Explore your javascript runtime
Taille du Fichier 19.35 KB
Nombre d'Installations 2,773
Version Actuelle 0.2
Dernière Mise à Jour 2013-02-14
Date de Publication 2013-02-14
Évaluation 4.18/5 Total 11 Évaluations
Développeur Anvaka
Type de Paiement free
Langues Prises en Charge 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'"
}