Traffic Analyser
Simple tool to monitor network calls across all windows and tabs of your browser.
Traffic Analyserとは何ですか?
Traffic AnalyserはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Simple tool to monitor network calls across all windows and tabs of your browser.」です。
拡張機能のスクリーンショット
Traffic Analyser拡張機能のCRXファイルをダウンロード
Traffic Analyser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This addon allows to monitor the entire network calls of your browser across all windows and tabs. All requested URLs are displayed as filterable table in an extra window. New requests will be added immediately.
拡張機能の基本情報
名前 | Traffic Analyser |
ID | abdegfaiochjkmedplbehndchojnkjca |
公式URL | https://chromewebstore.google.com/detail/traffic-analyser/abdegfaiochjkmedplbehndchojnkjca |
説明 | Simple tool to monitor network calls across all windows and tabs of your browser. |
ファイルサイズ | 127 KB |
インストール数 | 1,677 |
現在のバージョン | 1.3 |
最終更新日 | 2019-01-30 |
公開日 | 2019-01-30 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Traffic Analyser", "version": "1.3", "description": "Simple tool to monitor network calls across all windows and tabs of your browser.", "manifest_version": 2, "permissions": [ "webRequest", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Launch Traffic Analyser", "default_icon": { "16": "images\/icon_16.png", "24": "images\/icon_24.png", "32": "images\/icon_32.png" } }, "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png" } } |