ng-trace for AngularJS
AngularJS $http request tracer
ng-trace for AngularJSとは何ですか?
ng-trace for AngularJSはTambet Masikによって開発されたChromeの拡張機能で、その主な機能は「AngularJS $http request tracer」です。
拡張機能のスクリーンショット
ng-trace for AngularJS拡張機能のCRXファイルをダウンロード
ng-trace for AngularJS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Request logging and long stack traces for AngularJS $http requests.
More information - https://github.com/tambet/ng-trace 拡張機能の基本情報
| 名前 | |
| ID | hoedknebipikeaabddeoaafceblpnmdm |
| 公式URL | https://chrome.google.com/webstore/detail/ng-trace-for-angularjs/hoedknebipikeaabddeoaafceblpnmdm |
| 説明 | AngularJS $http request tracer |
| ファイルサイズ | 15.11 KB |
| インストール数 | 231 |
| 現在のバージョン | 0.1.3 |
| 最終更新日 | 2014-12-29 |
| 公開日 | 2014-12-29 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Tambet Masik |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/tambet/ng-trace/ |
| 対応言語 | 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": [
" | |