Angular watchers

Check how many watchers are active in an angular app

什麼是Angular watchers?

Angular watchers是由tiagojsalmeida開發的Chrome擴展程式,該擴展的主要功能是“Check how many watchers are active in an angular app”。

擴展截圖

screenshot
screenshot
screenshot

下載Angular watchers擴展crx文件

下載Angular watchers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
        "*"
    ]
}