AngularJS Console

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

AngularJS Console क्या है?

AngularJS Console https://console.ng-app.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the Developer Tools, Panel for helping developers with AngularJS helpers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AngularJS Console एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
        "*"
    ]
}