AngularJS Console

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

Τι είναι το AngularJS Console;

Το AngularJS Console είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://console.ng-app.com, και η κύρια λειτουργία του είναι "Extends the Developer Tools, Panel for helping developers with AngularJS helpers.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AngularJS Console

Λήψη αρχείων επέκτασης AngularJS Console σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AngularJS Console AngularJS Console
ID mkehgjplmdhnbochbdmdlghjpdhlamnd
Επίσημο URL https://chromewebstore.google.com/detail/angularjs-console/mkehgjplmdhnbochbdmdlghjpdhlamnd
Περιγραφή Extends the Developer Tools, Panel for helping developers with AngularJS helpers.
Μέγεθος Αρχείου 263 KB
Αριθμός Εγκαταστάσεων 2,170
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2014-03-26
Ημερομηνία Δημοσίευσης 2014-03-25
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://console.ng-app.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://console.ng-app.com/
Διεύθυνση URL της Σελίδας Βοήθειας http://console.ng-app.com/
Υποστηριζόμενες Γλώσσες 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": [
        "*"
    ]
}