Traffic Analyser
Simple tool to monitor network calls across all windows and tabs of your browser.
Was ist Traffic Analyser?
Traffic Analyser ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Simple tool to monitor network calls across all windows and tabs of your browser.".
Erweiterungsscreenshots
Traffic Analyser-Erweiterungs-CRX-Datei herunterladen
Laden Sie Traffic Analyser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Traffic Analyser |
ID | abdegfaiochjkmedplbehndchojnkjca |
Offizielle URL | https://chromewebstore.google.com/detail/traffic-analyser/abdegfaiochjkmedplbehndchojnkjca |
Beschreibung | Simple tool to monitor network calls across all windows and tabs of your browser. |
Dateigröße | 127 KB |
Installationsanzahl | 1,677 |
Aktuelle Version | 1.3 |
Letztes Update | 2019-01-30 |
Veröffentlichungsdatum | 2019-01-30 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |