Angular watchers

Check how many watchers are active in an angular app

O que é Angular watchers?

Angular watchers é uma extensão do Chrome desenvolvida por tiagojsalmeida, e sua principal característica é "Check how many watchers are active in an angular app".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Angular watchers

Baixe arquivos de extensão Angular watchers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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])                    

Informações Básicas da Extensão

Nome Angular watchers Angular watchers
ID nlmjblobloedpmkmmckeehnbfalnjnjk
URL Oficial https://chromewebstore.google.com/detail/angular-watchers/nlmjblobloedpmkmmckeehnbfalnjnjk
Descrição Check how many watchers are active in an angular app
Tamanho do Arquivo 335 KB
Contagem de Instalações 7,841
Versão Atual 1.5
Última Atualização 2016-10-31
Data de Publicação 2016-10-31
Classificação 4.22/5 Total de 54 Avaliações
Desenvolvedor tiagojsalmeida
Tipo de Pagamento free
Site da Extensão https://github.com/tiagojsalmeida/angular-watchers
Idiomas Suportados 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": [
        "*"
    ]
}