Ember Inspector
Tool for debugging Ember applications.
Cos'è Ember Inspector?
Ember Inspector è un'estensione di Chrome sviluppata da https://www.emberjs.com, e la sua funzione principale è "Tool for debugging Ember applications.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ember Inspector
Scarica i file di estensione Ember Inspector 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
The Ember Inspector is a plug-in for the Chrome developer tools that makes understanding and debugging your Ember.js application a snap. After installing this extension, you'll be able to easily: - View all of the routes defined in your application. - Reference Ember's naming conventions for your URLs, including what to name your controllers, templates, routes and more. - Overlay your application with information about what templates, controllers, and models are currently being rendered. - Inspect the objects in your application, such as models and controllers, with UI that fully supports Ember features such as bindings and computed properties. - Make your application's objects available in the console as the $E variable. - If you're using Ember Data, see all of the records that have been loaded. The Ember Inspector is an open source project maintained by the Ember.js community. The source code is available for download at https://github.com/emberjs/ember-inspector.
Informazioni di Base sull'Estensione
Nome | Ember Inspector |
ID | bmdblncegkenkacieihfhpjfppoconhi |
URL Ufficiale | https://chromewebstore.google.com/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi |
Descrizione | Tool for debugging Ember applications. |
Dimensione del File | 3.49 MB |
Conteggio Installazioni | 39,052 |
Versione Corrente | 4.11.0 |
Ultimo Aggiornamento | 2024-02-08 |
Data di Pubblicazione | 2020-05-15 |
Valutazione | 4.79/5 Totale 345 Valutazioni |
Sviluppatore | https://www.emberjs.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.emberjs.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ember Inspector", "description": "Tool for debugging Ember applications.", "version": "4.11.0", "icons": { "16": "panes-3-16-0\/assets\/images\/icon16.png", "38": "panes-3-16-0\/assets\/images\/icon38.png", "48": "panes-3-16-0\/assets\/images\/icon48.png", "128": "panes-3-16-0\/assets\/images\/icon128.png" }, "permissions": [ "storage", "contextMenus" ], "host_permissions": [ " |