Angular watchers
Check how many watchers are active in an angular app
Qu'est-ce que Angular watchers ?
Angular watchers est une extension Chrome développée par tiagojsalmeida, et sa fonction principale est "Check how many watchers are active in an angular app".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Angular watchers
Téléchargez les fichiers d'extension Angular watchers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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])
Informations de Base sur l'Extension
Nom | Angular watchers |
ID | nlmjblobloedpmkmmckeehnbfalnjnjk |
URL Officiel | https://chromewebstore.google.com/detail/angular-watchers/nlmjblobloedpmkmmckeehnbfalnjnjk |
Description | Check how many watchers are active in an angular app |
Taille du Fichier | 335 KB |
Nombre d'Installations | 7,841 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2016-10-31 |
Date de Publication | 2016-10-31 |
Évaluation | 4.22/5 Total 54 Évaluations |
Développeur | tiagojsalmeida |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tiagojsalmeida/angular-watchers |
Langues Prises en Charge | 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": [ "*" ] } |