Ember Console Utils
Load ember console utils js as local file
Cos'è Ember Console Utils?
Ember Console Utils è un'estensione di Chrome sviluppata da korniholio, e la sua funzione principale è "Load ember console utils js as local file".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ember Console Utils
Scarica i file di estensione Ember Console Utils in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | idakfpdomghaikfnaakncahffbfpkhjm |
URL Ufficiale | https://chrome.google.com/webstore/detail/ember-console-utils/idakfpdomghaikfnaakncahffbfpkhjm |
Descrizione | Load ember console utils js as local file |
Dimensione del File | 6.99 KB |
Conteggio Installazioni | 62 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-06-27 |
Data di Pubblicazione | 2014-06-27 |
Sviluppatore | korniholio |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ebryn/ember-console-utils |
Lingue Supportate | 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": [ " |