Traffic Analyser
Simple tool to monitor network calls across all windows and tabs of your browser.
Qu'est-ce que Traffic Analyser ?
Traffic Analyser est une extension Chrome développée par Unknown, et sa fonction principale est "Simple tool to monitor network calls across all windows and tabs of your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Traffic Analyser
Téléchargez les fichiers d'extension Traffic Analyser 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
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.
Informations de Base sur l'Extension
Nom | Traffic Analyser |
ID | abdegfaiochjkmedplbehndchojnkjca |
URL Officiel | https://chromewebstore.google.com/detail/traffic-analyser/abdegfaiochjkmedplbehndchojnkjca |
Description | Simple tool to monitor network calls across all windows and tabs of your browser. |
Taille du Fichier | 127 KB |
Nombre d'Installations | 1,677 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2019-01-30 |
Date de Publication | 2019-01-30 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |