Diver - Web Traffic Monitor Tool

Monitor requests based on the your own rules and perform custom processing on them.

Diver - Web Traffic Monitor Tool क्या है?

Diver - Web Traffic Monitor Tool Lawrence Lau द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor requests based on the your own rules and perform custom processing on them."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Diver - Web Traffic Monitor Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Diver is a Chrome extension that allows you to monitor the network requests on a web page. While the browser's network panel provides general information of these requests, Diver's purpose is to monitor specific requests based on the rules set by the user and perform custom processing to present them in a manageable and readable format. In summary, the features include:

* Setup request profile to specify what requests to monitor
* Custom processing of requests to generate a data representation
* Select what data to manage in the request profile
* Export and import request profile to share the monitoring with others

For more information: https://github.com/lalau/diver-docs/blob/master/diver.md                    

एक्सटेंशन की मूल जानकारी

नाम Diver - Web Traffic Monitor Tool Diver - Web Traffic Monitor Tool
ID ompelnpholagcjdmfomlhbmmmaneholh
आधिकारिक URL https://chromewebstore.google.com/detail/diver-web-traffic-monitor/ompelnpholagcjdmfomlhbmmmaneholh
विवरण Monitor requests based on the your own rules and perform custom processing on them.
फ़ाइल का आकार 514 KB
स्थापना संख्या 998
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 2.50/5 कुल 2 रेटिंग्स
डेवलपर Lawrence Lau
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lalau/diver-docs/blob/master/diver.md
सहायता पृष्ठ URL https://github.com/lalau/diver-docs/blob/master/diver.md
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Diver - Web Traffic Monitor Tool",
    "version": "2.0.2",
    "description": "Monitor requests based on the your own rules and perform custom processing on them.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "author": "lalau",
    "background": {
        "page": "eventpage.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "devtools_page": "devtools.html",
    "minimum_chrome_version": "57",
    "permissions": [
        "activeTab",
        "storage",
        "downloads",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html",
            "processor.html"
        ]
    },
    "short_name": "Diver"
}