AngularJS Console
Extends the Developer Tools, Panel for helping developers with AngularJS helpers.
Co to jest AngularJS Console?
AngularJS Console to rozszerzenie Chrome opracowane przez https://console.ng-app.com, a jego główną funkcją jest „Extends the Developer Tools, Panel for helping developers with AngularJS helpers.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AngularJS Console
Pobierz pliki rozszerzeń AngularJS Console w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | AngularJS Console |
ID | mkehgjplmdhnbochbdmdlghjpdhlamnd |
Oficjalny URL | https://chromewebstore.google.com/detail/angularjs-console/mkehgjplmdhnbochbdmdlghjpdhlamnd |
Opis | Extends the Developer Tools, Panel for helping developers with AngularJS helpers. |
Rozmiar pliku | 263 KB |
Liczba instalacji | 2,170 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2014-03-26 |
Data Publikacji | 2014-03-25 |
Ocena | 4.33/5 Łącznie 6 Oceny |
Deweloper | https://console.ng-app.com |
Typ Płatności | free |
Strona Rozszerzenia | http://console.ng-app.com/ |
Adres URL Strony Pomocy | http://console.ng-app.com/ |
Obsługiwane Języki | 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": [ "*" ] } |