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" } } |