Atma.js DevTool

Development Tool to develop, inspect and debug Atma.js Components

什麼是Atma.js DevTool?

Atma.js DevTool是由https://atmajs.com開發的Chrome擴展程式,該擴展的主要功能是“Development Tool to develop, inspect and debug Atma.js Components”。

擴展截圖

screenshot
screenshot

下載Atma.js DevTool擴展crx文件

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

擴展使用說明

                        Features:

- Components tree
- Highlight components child-elements
- Expose `$c` to manipulate with the selected component
- Inspect components properties, bindings, slots and resources

Quick demo:
- Install the extension
- Navigate to: http://todomvc.com/labs/architecture-examples/atmajs/
- Open the DevTools and select the Atma.js tab                    

擴展基本資訊

名稱 Atma.js DevTool Atma.js DevTool
ID bpaepkmcmoablpdahclhdceapndfhdpo
官方網址 https://chromewebstore.google.com/detail/atmajs-devtool/bpaepkmcmoablpdahclhdceapndfhdpo
簡介 Development Tool to develop, inspect and debug Atma.js Components
檔案大小 201 KB
安裝次數 139
目前版本 0.2.2
更新時間 2014-09-30
上架時間 2014-09-29
開發者 https://atmajs.com
付費類型 free
說明頁面URL https://github.com/atmajs/atma-chrome-ext/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Atma.js DevTool",
    "version": "0.2.2",
    "description": "Development Tool to develop, inspect and debug Atma.js Components",
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "content_security_policy": "default-src 'self'  chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval';  connect-src *; frame-src *;",
    "web_accessible_resources": [
        "*"
    ],
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "",
        "contextMenus"
    ],
    "icons": {
        "16": "\/image\/logo\/16.png",
        "48": "\/image\/logo\/48.png",
        "128": "\/image\/logo\/128.png"
    }
}