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