Atma.js DevTool

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

ما هو Atma.js DevTool؟

Atma.js DevTool هو إضافة Chrome تم تطويرها بواسطة https://atmajs.com، والميزة الرئيسية لها هي "Development Tool to develop, inspect and debug Atma.js Components".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Atma.js DevTool

قم بتنزيل ملفات الامتداد Atma.js DevTool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}