rappidjs-devtools

An extra developer panel for inspecting rAppid:js applications

什麼是rappidjs-devtools?

rappidjs-devtools是由https://www.rappidjs.com開發的Chrome擴展程式,該擴展的主要功能是“An extra developer panel for inspecting rAppid:js applications”。

擴展截圖

screenshot

下載rappidjs-devtools擴展crx文件

下載rappidjs-devtools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 rappidjs-devtools rappidjs-devtools
ID oalmajpfbgkkfeamkmgmmccnjfojogbh
官方網址 https://chromewebstore.google.com/detail/rappidjs-devtools/oalmajpfbgkkfeamkmgmmccnjfojogbh
簡介 An extra developer panel for inspecting rAppid:js applications
檔案大小 9.41 KB
安裝次數 81
目前版本 0.1.0
更新時間 2013-09-13
上架時間 2013-09-13
開發者 https://www.rappidjs.com
付費類型 free
支援的語言 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"
}