Ember Console Utils

Load ember console utils js as local file

ما هو Ember Console Utils؟

Ember Console Utils هو إضافة Chrome تم تطويرها بواسطة korniholio، والميزة الرئيسية لها هي "Load ember console utils js as local file".

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

screenshot

تحميل ملف CRX للإضافة Ember Console Utils

قم بتنزيل ملفات الامتداد Ember Console Utils بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        An extension, which adds the super-handy ebryn's ember-console-utils to any opened tab locally, whithout the need to include the library in your project.

With ember-console-utils you can inspect $0.controller(), $0.model(), $0.template() and $0.view() for any inspected DOM element.

All credits go to: https://github.com/ebryn.

You can check out the library on: https://github.com/ebryn/ember-console-utils                    

معلومات أساسية عن التمديد

الاسم Ember Console Utils Ember Console Utils
ID idakfpdomghaikfnaakncahffbfpkhjm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ember-console-utils/idakfpdomghaikfnaakncahffbfpkhjm
الوصف Load ember console utils js as local file
حجم الملف 6.99 KB
عدد التثبيتات 62
النسخة الحالية 1.0
آخر تحديث 2014-06-27
تاريخ النشر 2014-06-27
المطور korniholio
نوع الدفع free
موقع الإضافة https://github.com/ebryn/ember-console-utils
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ember Console Utils",
    "description": "Load ember console utils js as local file",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ember-console-utils.js",
                "register-utils.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "ember-console-utils.js",
        "register-utils.js"
    ]
}