JS Runtime Inspector

Explore your javascript runtime

Wat is JS Runtime Inspector?

JS Runtime Inspector is een Chrome-extensie ontwikkeld door Anvaka, en de belangrijkste functie is "Explore your javascript runtime".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JS Runtime Inspector

Download JS Runtime Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam JS Runtime Inspector JS Runtime Inspector
ID iilpjebedgohcmlffhnkhbjhabkdhfmn
Officiële URL https://chromewebstore.google.com/detail/js-runtime-inspector/iilpjebedgohcmlffhnkhbjhabkdhfmn
Beschrijving Explore your javascript runtime
Bestandsgrootte 19.35 KB
Aantal Installaties 2,773
Huidige Versie 0.2
Laatst Bijgewerkt 2013-02-14
Publicatiedatum 2013-02-14
Beoordeling 4.18/5 Totaal 11 Beoordelingen
Ontwikkelaar Anvaka
Betalingswijze free
Ondersteunde Talen 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'"
}