Atma.js DevTool

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

Apa itu Atma.js DevTool?

Atma.js DevTool adalah ekstensi Chrome yang dikembangkan oleh https://atmajs.com, dan fitur utamanya adalah "Development Tool to develop, inspect and debug Atma.js Components".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Atma.js DevTool

Unduh file ekstensi Atma.js DevTool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Atma.js DevTool Atma.js DevTool
ID bpaepkmcmoablpdahclhdceapndfhdpo
URL Resmi https://chromewebstore.google.com/detail/atmajs-devtool/bpaepkmcmoablpdahclhdceapndfhdpo
Deskripsi Development Tool to develop, inspect and debug Atma.js Components
Ukuran File 201 KB
Jumlah Instalasi 139
Versi Saat Ini 0.2.2
Terakhir Diperbarui 2014-09-30
Tanggal Publikasi 2014-09-29
Pengembang https://atmajs.com
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/atmajs/atma-chrome-ext/issues
Bahasa yang Didukung 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"
    }
}