rappidjs-devtools
An extra developer panel for inspecting rAppid:js applications
Was ist rappidjs-devtools?
rappidjs-devtools ist eine Chrome-Erweiterung, die von https://www.rappidjs.com entwickelt wurde, und ihr Hauptmerkmal ist "An extra developer panel for inspecting rAppid:js applications".
Erweiterungsscreenshots
rappidjs-devtools-Erweiterungs-CRX-Datei herunterladen
Laden Sie rappidjs-devtools-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
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
Grundlegende Informationen zur Erweiterung
Name | rappidjs-devtools |
ID | oalmajpfbgkkfeamkmgmmccnjfojogbh |
Offizielle URL | https://chromewebstore.google.com/detail/rappidjs-devtools/oalmajpfbgkkfeamkmgmmccnjfojogbh |
Beschreibung | An extra developer panel for inspecting rAppid:js applications |
Dateigröße | 9.41 KB |
Installationsanzahl | 81 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2013-09-13 |
Veröffentlichungsdatum | 2013-09-13 |
Entwickler | https://www.rappidjs.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |