Traffic Analyser

Simple tool to monitor network calls across all windows and tabs of your browser.

Traffic Analyserคืออะไร?

Traffic Analyser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Simple tool to monitor network calls across all windows and tabs of your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Traffic Analyser

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}