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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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