Ember Console Utils

Load ember console utils js as local file

Wat is Ember Console Utils?

Ember Console Utils is een Chrome-extensie ontwikkeld door korniholio, en de belangrijkste functie is "Load ember console utils js as local file".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ember Console Utils

Download Ember Console Utils-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Ember Console Utils Ember Console Utils
ID idakfpdomghaikfnaakncahffbfpkhjm
Officiële URL https://chrome.google.com/webstore/detail/ember-console-utils/idakfpdomghaikfnaakncahffbfpkhjm
Beschrijving Load ember console utils js as local file
Bestandsgrootte 6.99 KB
Aantal Installaties 62
Huidige Versie 1.0
Laatst Bijgewerkt 2014-06-27
Publicatiedatum 2014-06-27
Ontwikkelaar korniholio
Betalingswijze free
Extensiewebsite https://github.com/ebryn/ember-console-utils
Ondersteunde Talen 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"
    ]
}