rappidjs-devtools

An extra developer panel for inspecting rAppid:js applications

Apa itu rappidjs-devtools?

rappidjs-devtools adalah ekstensi Chrome yang dikembangkan oleh https://www.rappidjs.com, dan fitur utamanya adalah "An extra developer panel for inspecting rAppid:js applications".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi rappidjs-devtools

Unduh file ekstensi rappidjs-devtools 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

                        An extra panel in the inspect dialog of the chrome developer tools, that let you inspect the insights of a rAppid:js application.

To enable the inspection for your application you need to add the following setting to your config.json file.

"enableInspection": true                    

Informasi Dasar Ekstensi

Nama rappidjs-devtools rappidjs-devtools
ID oalmajpfbgkkfeamkmgmmccnjfojogbh
URL Resmi https://chromewebstore.google.com/detail/rappidjs-devtools/oalmajpfbgkkfeamkmgmmccnjfojogbh
Deskripsi An extra developer panel for inspecting rAppid:js applications
Ukuran File 9.41 KB
Jumlah Instalasi 81
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2013-09-13
Tanggal Publikasi 2013-09-13
Pengembang https://www.rappidjs.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "rappidjs-devtools",
    "version": "0.1.0",
    "author": "Tony Findeisen",
    "description": "An extra developer panel for inspecting rAppid:js applications",
    "homepage_url": "http:\/\/www.rappidjs.com\/devtools",
    "icons": {
        "128": "img\/logo_128.png"
    },
    "devtools_page": "chrome\/devtools.html"
}