Ember Console Utils

Load ember console utils js as local file

Was ist Ember Console Utils?

Ember Console Utils ist eine Chrome-Erweiterung, die von korniholio entwickelt wurde, und ihr Hauptmerkmal ist "Load ember console utils js as local file".

Erweiterungsscreenshots

screenshot

Ember Console Utils-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ember Console Utils-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Ember Console Utils Ember Console Utils
ID idakfpdomghaikfnaakncahffbfpkhjm
Offizielle URL https://chrome.google.com/webstore/detail/ember-console-utils/idakfpdomghaikfnaakncahffbfpkhjm
Beschreibung Load ember console utils js as local file
Dateigröße 6.99 KB
Installationsanzahl 62
Aktuelle Version 1.0
Letztes Update 2014-06-27
Veröffentlichungsdatum 2014-06-27
Entwickler korniholio
Zahlungsart free
Erweiterungswebsite https://github.com/ebryn/ember-console-utils
Unterstützte Sprachen 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"
    ]
}