JS Runtime Inspector

Explore your javascript runtime

Was ist JS Runtime Inspector?

JS Runtime Inspector ist eine Chrome-Erweiterung, die von Anvaka entwickelt wurde, und ihr Hauptmerkmal ist "Explore your javascript runtime".

Erweiterungsscreenshots

screenshot

JS Runtime Inspector-Erweiterungs-CRX-Datei herunterladen

Laden Sie JS Runtime Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name JS Runtime Inspector JS Runtime Inspector
ID iilpjebedgohcmlffhnkhbjhabkdhfmn
Offizielle URL https://chromewebstore.google.com/detail/js-runtime-inspector/iilpjebedgohcmlffhnkhbjhabkdhfmn
Beschreibung Explore your javascript runtime
Dateigröße 19.35 KB
Installationsanzahl 2,773
Aktuelle Version 0.2
Letztes Update 2013-02-14
Veröffentlichungsdatum 2013-02-14
Bewertung 4.18/5 Insgesamt 11 Bewertungen
Entwickler Anvaka
Zahlungsart free
Unterstützte Sprachen 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'"
}