Thorax Inspector
Inspector extension for Thorax, a Backbone + Handlebars framework to build large scale web applications. http://thoraxjs.org/
什麼是Thorax Inspector?
Thorax Inspector是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Inspector extension for Thorax, a Backbone + Handlebars framework to build large scale web applications. http://thoraxjs.org/”。
擴展截圖
下載Thorax Inspector擴展crx文件
下載Thorax Inspector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Inspector extension for Thorax, a Backbone + Handlebars framework to build large scale web applications.
http://thoraxjs.org/ 擴展基本資訊
| 名稱 | |
| ID | poioalbefcopgeaeaadelomciijaondk |
| 官方網址 | https://chromewebstore.google.com/detail/thorax-inspector/poioalbefcopgeaeaadelomciijaondk |
| 簡介 | Inspector extension for Thorax, a Backbone + Handlebars framework to build large scale web applications. http://thoraxjs.org/ |
| 檔案大小 | 10.98 KB |
| 安裝次數 | 150 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2013-02-22 |
| 上架時間 | 2013-02-22 |
| 評分 | 2.33/5 共 3 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 擴展官網 | http://thoraxjs.org/ |
| 支援的語言 | 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
} | |