AngularJS Console

Extends the Developer Tools, Panel for helping developers with AngularJS helpers.

Cos'è AngularJS Console?

AngularJS Console è un'estensione di Chrome sviluppata da https://console.ng-app.com, e la sua funzione principale è "Extends the Developer Tools, Panel for helping developers with AngularJS helpers.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AngularJS Console

Scarica i file di estensione AngularJS Console 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

                        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                    

Informazioni di Base sull'Estensione

Nome AngularJS Console AngularJS Console
ID mkehgjplmdhnbochbdmdlghjpdhlamnd
URL Ufficiale https://chromewebstore.google.com/detail/angularjs-console/mkehgjplmdhnbochbdmdlghjpdhlamnd
Descrizione Extends the Developer Tools, Panel for helping developers with AngularJS helpers.
Dimensione del File 263 KB
Conteggio Installazioni 2,170
Versione Corrente 0.2
Ultimo Aggiornamento 2014-03-26
Data di Pubblicazione 2014-03-25
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://console.ng-app.com
Tipo di Pagamento free
Sito Web dell'Estensione http://console.ng-app.com/
URL della Pagina di Aiuto http://console.ng-app.com/
Lingue Supportate 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": [
        "*"
    ]
}