Angular watchers

Check how many watchers are active in an angular app

Angular watchers क्या है?

Angular watchers tiagojsalmeida द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check how many watchers are active in an angular app"।

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

screenshot
screenshot
screenshot

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

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

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

                        Angular watchers is the ultimate AngularJS tool which tells you how many active watchers you currently have.
It automatically updates so you can see live how many watcher a page have.
This is perfect to increase performance and debugging as well.

Features:
* Total number of watcher on the current page
* Difference from the last total number of watchers
* Visual graph that plots the number of watchers in time (max 25 plots)
* Choose Iframe where you want to count the watchers
* Expose Angular Modules in a global variable **window.$$am**
* Graph/Counter view toggle
* Dark/Light theme toggle
* Bootstrapped element input - in case your app is manually bootstrapped

Made by: Giulio Dellorbo ([email protected]), Tiago Almeida ([email protected]) and Firmino Alves ([email protected])                    

एक्सटेंशन की मूल जानकारी

नाम Angular watchers Angular watchers
ID nlmjblobloedpmkmmckeehnbfalnjnjk
आधिकारिक URL https://chromewebstore.google.com/detail/angular-watchers/nlmjblobloedpmkmmckeehnbfalnjnjk
विवरण Check how many watchers are active in an angular app
फ़ाइल का आकार 335 KB
स्थापना संख्या 7,841
वर्तमान संस्करण 1.5
अंतिम अपडेट 2016-10-31
प्रकाशन तिथि 2016-10-31
रेटिंग 4.22/5 कुल 54 रेटिंग्स
डेवलपर tiagojsalmeida
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tiagojsalmeida/angular-watchers
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Angular watchers",
    "short_name": "$$watchers",
    "version": "1.5",
    "description": "Check how many watchers are active in an angular app",
    "devtools_page": "chrome-preprocessor.html",
    "icons": {
        "16": "Panel\/icon16.png",
        "48": "Panel\/icon48.png",
        "128": "Panel\/icon128.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": [
        "*"
    ]
}