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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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