Ember Console Utils

Load ember console utils js as local file

什麼是Ember Console Utils?

Ember Console Utils是由korniholio開發的Chrome擴展程式,該擴展的主要功能是“Load ember console utils js as local file”。

擴展截圖

screenshot

下載Ember Console Utils擴展crx文件

下載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
官方網址 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"
    ]
}