JS Runtime Inspector

Explore your javascript runtime

Apa itu JS Runtime Inspector?

JS Runtime Inspector adalah ekstensi Chrome yang dikembangkan oleh Anvaka, dan fitur utamanya adalah "Explore your javascript runtime".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi JS Runtime Inspector

Unduh file ekstensi JS Runtime Inspector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama JS Runtime Inspector JS Runtime Inspector
ID iilpjebedgohcmlffhnkhbjhabkdhfmn
URL Resmi https://chromewebstore.google.com/detail/js-runtime-inspector/iilpjebedgohcmlffhnkhbjhabkdhfmn
Deskripsi Explore your javascript runtime
Ukuran File 19.35 KB
Jumlah Instalasi 2,773
Versi Saat Ini 0.2
Terakhir Diperbarui 2013-02-14
Tanggal Publikasi 2013-02-14
Penilaian 4.18/5 Total 11 Penilaian
Pengembang Anvaka
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}