Ember Console Utils

Load ember console utils js as local file

Apa itu Ember Console Utils?

Ember Console Utils adalah ekstensi Chrome yang dikembangkan oleh korniholio, dan fitur utamanya adalah "Load ember console utils js as local file".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ember Console Utils

Unduh file ekstensi Ember Console Utils dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Ember Console Utils Ember Console Utils
ID idakfpdomghaikfnaakncahffbfpkhjm
URL Resmi https://chrome.google.com/webstore/detail/ember-console-utils/idakfpdomghaikfnaakncahffbfpkhjm
Deskripsi Load ember console utils js as local file
Ukuran File 6.99 KB
Jumlah Instalasi 62
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-06-27
Tanggal Publikasi 2014-06-27
Pengembang korniholio
Tipe Pembayaran free
Situs Ekstensi https://github.com/ebryn/ember-console-utils
Bahasa yang Didukung 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"
    ]
}