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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}