AngularJS Console
Extends the Developer Tools, Panel for helping developers with AngularJS helpers.
Wat is AngularJS Console?
AngularJS Console is een Chrome-extensie ontwikkeld door https://console.ng-app.com, en de belangrijkste functie is "Extends the Developer Tools, Panel for helping developers with AngularJS helpers.".
Extensie Screenshots
Download het CRX-bestand van de extensie AngularJS Console
Download AngularJS Console-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
AngularJS Console is a dedicated console extension for chrome dev tools which allows developers to write AngularJS code without the trouble of going through modules. It allows you to quickly debug and test code that interacts with angular modules. Features: Add injectables - Quickly inject to debug your code. Save your work - For quick debugging on different pages. Extends DevTools for Google Chrome - Made for developers, by developers. **NEW IN v0.2** - Modified bootstrapping of Angular to radio buttons - Improved performance
Basisinformatie over de Extensie
Naam | AngularJS Console |
ID | mkehgjplmdhnbochbdmdlghjpdhlamnd |
Officiële URL | https://chromewebstore.google.com/detail/angularjs-console/mkehgjplmdhnbochbdmdlghjpdhlamnd |
Beschrijving | Extends the Developer Tools, Panel for helping developers with AngularJS helpers. |
Bestandsgrootte | 263 KB |
Aantal Installaties | 2,170 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2014-03-26 |
Publicatiedatum | 2014-03-25 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://console.ng-app.com |
Betalingswijze | free |
Extensiewebsite | http://console.ng-app.com/ |
Help Pagina-URL | http://console.ng-app.com/ |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AngularJS Console", "short_name": "ngConsole", "version": "0.2", "description": "Extends the Developer Tools, Panel for helping developers with AngularJS helpers.", "devtools_page": "ng-console.html", "icons": { "128": "logo.png" }, "manifest_version": 2, "content_security_policy": "default-src 'self' chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; connect-src *; frame-src *;", "web_accessible_resources": [ "*" ] } |