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」です。
拡張機能のスクリーンショット
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 |
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": [ "*" ] } |