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
官方URL 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"
    }
}