AngularJS Console
Extends the Developer Tools, Panel for helping developers with AngularJS helpers.
Vad är AngularJS Console?
AngularJS Console är en Chrome-tillägg utvecklad av https://console.ng-app.com, och dess huvudfunktion är "Extends the Developer Tools, Panel for helping developers with AngularJS helpers.".
Tilläggsskärmbilder
Ladda ner AngularJS Console-förlängningens CRX-fil
Ladda ner AngularJS Console-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | AngularJS Console |
ID | mkehgjplmdhnbochbdmdlghjpdhlamnd |
Officiell webbadress | https://chromewebstore.google.com/detail/angularjs-console/mkehgjplmdhnbochbdmdlghjpdhlamnd |
Beskrivning | Extends the Developer Tools, Panel for helping developers with AngularJS helpers. |
Filstorlek | 263 KB |
Antal Installationer | 2,170 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2014-03-26 |
Publiceringsdatum | 2014-03-25 |
Betyg | 4.33/5 Totalt 6 Betyg |
Utvecklare | https://console.ng-app.com |
Betalningssätt | free |
Tilläggswebbplats | http://console.ng-app.com/ |
Hjälpsida URL | http://console.ng-app.com/ |
Stödda Språk | 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": [ "*" ] } |