Atma.js DevTool

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

Co to jest Atma.js DevTool?

Atma.js DevTool to rozszerzenie Chrome opracowane przez https://atmajs.com, a jego główną funkcją jest „Development Tool to develop, inspect and debug Atma.js Components”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Atma.js DevTool

Pobierz pliki rozszerzeń Atma.js DevTool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Atma.js DevTool Atma.js DevTool
ID bpaepkmcmoablpdahclhdceapndfhdpo
Oficjalny URL https://chromewebstore.google.com/detail/atmajs-devtool/bpaepkmcmoablpdahclhdceapndfhdpo
Opis Development Tool to develop, inspect and debug Atma.js Components
Rozmiar pliku 201 KB
Liczba instalacji 139
Aktualna Wersja 0.2.2
Ostatnia Aktualizacja 2014-09-30
Data Publikacji 2014-09-29
Deweloper https://atmajs.com
Typ Płatności free
Adres URL Strony Pomocy https://github.com/atmajs/atma-chrome-ext/issues
Obsługiwane Języki 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"
    }
}