Ember Inspector
Tool for debugging Ember applications.
Co je Ember Inspector?
Ember Inspector je rozšíření Chrome vyvinuté https://www.emberjs.com, a jeho hlavní funkcí je „Tool for debugging Ember applications.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Ember Inspector
Stáhněte si soubory rozšíření Ember Inspector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Ember Inspector |
ID | bmdblncegkenkacieihfhpjfppoconhi |
Oficiální URL | https://chromewebstore.google.com/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi |
Popis | Tool for debugging Ember applications. |
Velikost souboru | 3.49 MB |
Počet instalací | 39,052 |
Aktuální Verze | 4.11.0 |
Poslední Aktualizace | 2024-02-08 |
Datum Vydání | 2020-05-15 |
Hodnocení | 4.79/5 Celkem 345 Hodnocení |
Vývojář | https://www.emberjs.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.emberjs.com |
Podporované Jazyky | 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": [ " |