rappidjs-devtools
An extra developer panel for inspecting rAppid:js applications
What is rappidjs-devtools?
rappidjs-devtools is a Chrome extension developed by https://www.rappidjs.com, and its main feature is "An extra developer panel for inspecting rAppid:js applications".
Extension Screenshots
Download rappidjs-devtools Extension CRX File
Download rappidjs-devtools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | rappidjs-devtools |
ID | oalmajpfbgkkfeamkmgmmccnjfojogbh |
Official URL | https://chromewebstore.google.com/detail/rappidjs-devtools/oalmajpfbgkkfeamkmgmmccnjfojogbh |
Description | An extra developer panel for inspecting rAppid:js applications |
File Size | 9.41 KB |
Installation Count | 81 |
Current Version | 0.1.0 |
Last Updated | 2013-09-13 |
Publish Date | 2013-09-13 |
Developer | https://www.rappidjs.com |
Payment Type | free |
Supported Languages | 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" } |