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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Traffic Analyser
ID abdegfaiochjkmedplbehndchojnkjca
官方網址 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"
    }
}