Atma.js DevTool

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

Atma.js DevTool là gì?

Atma.js DevTool là một tiện ích mở rộng Chrome được phát triển bởi https://atmajs.com, và tính năng chính của nó là "Development Tool to develop, inspect and debug Atma.js Components".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Atma.js DevTool

Tải xuống các tệp mở rộng Atma.js DevTool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Atma.js DevTool Atma.js DevTool
ID bpaepkmcmoablpdahclhdceapndfhdpo
URL Chính Thức https://chromewebstore.google.com/detail/atmajs-devtool/bpaepkmcmoablpdahclhdceapndfhdpo
Mô tả Development Tool to develop, inspect and debug Atma.js Components
Kích Thước Tệp 201 KB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2014-09-30
Ngày Phát Hành 2014-09-29
Nhà Phát Triển https://atmajs.com
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/atmajs/atma-chrome-ext/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}