ng-trace for AngularJS
AngularJS $http request tracer
Cos'è ng-trace for AngularJS?
ng-trace for AngularJS è un'estensione di Chrome sviluppata da Tambet Masik, e la sua funzione principale è "AngularJS $http request tracer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ng-trace for AngularJS
Scarica i file di estensione ng-trace for AngularJS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Request logging and long stack traces for AngularJS $http requests.
More information - https://github.com/tambet/ng-trace Informazioni di Base sull'Estensione
| Nome | |
| ID | hoedknebipikeaabddeoaafceblpnmdm |
| URL Ufficiale | https://chrome.google.com/webstore/detail/ng-trace-for-angularjs/hoedknebipikeaabddeoaafceblpnmdm |
| Descrizione | AngularJS $http request tracer |
| Dimensione del File | 15.11 KB |
| Conteggio Installazioni | 231 |
| Versione Corrente | 0.1.3 |
| Ultimo Aggiornamento | 2014-12-29 |
| Data di Pubblicazione | 2014-12-29 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Tambet Masik |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/tambet/ng-trace/ |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ng-trace for AngularJS",
"version": "0.1.3",
"manifest_version": 2,
"description": "AngularJS $http request tracer",
"browser_action": {
"default_icon": {
"19": "images\/inactive-19.png",
"38": "images\/inactive-38.png"
},
"default_title": "ng-trace"
},
"icons": {
"48": "images\/inactive-48.png",
"128": "images\/inactive-128.png"
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"scripts\/background.js"
]
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
" | |