Thorax Inspector
Inspector extension for Thorax, a Backbone + Handlebars framework to build large scale web applications. http://thoraxjs.org/
What is Thorax Inspector?
Thorax Inspector is a Chrome extension developed by Unknown, and its main feature is "Inspector extension for Thorax, a Backbone + Handlebars framework to build large scale web applications. http://thoraxjs.org/".
Extension Screenshots
Download Thorax Inspector Extension CRX File
Download Thorax Inspector 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
Inspector extension for Thorax, a Backbone + Handlebars framework to build large scale web applications. http://thoraxjs.org/
Extension Basic Information
Name | Thorax Inspector |
ID | poioalbefcopgeaeaadelomciijaondk |
Official URL | https://chromewebstore.google.com/detail/thorax-inspector/poioalbefcopgeaeaadelomciijaondk |
Description | Inspector extension for Thorax, a Backbone + Handlebars framework to build large scale web applications. http://thoraxjs.org/ |
File Size | 10.98 KB |
Installation Count | 150 |
Current Version | 0.0.1 |
Last Updated | 2013-02-22 |
Publish Date | 2013-02-22 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://thoraxjs.org/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thorax Inspector", "version": "0.0.1", "devtools_page": "devtools.html", "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/*\/" ], "manifest_version": 2 } |