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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
        "*"
    ]
}