Monitorito

This extension creates a real-time visualisation of your browsing activity

Monitorito क्या है?

Monitorito Dimos Raptis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension creates a real-time visualisation of your browsing activity"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Monitorito is an extension capturing and visualising all the requests being made by the browser. Users can see a graph of all the domains they have accessed via requests, along with the corresponding connections between domains. In addition to that, users can:
- expand domains and also visualise each resource requested from each domain and the corresponding connections between resources (even across different domains)
- select specific domains nodes of the graph and see calculated metrics for this specific node, identifying behaviours (such as tracking)
- filter the graph and show only a specific sub-part of the graph, using specific paratemeters of the nodes
- cluster multiple domains in a single node, so that the user can aggregate the activity of multiple domains and investigate their behaviour as a whole
- export the data (the raw data or the generated graph)in .csv formatted files to import them in more advanced analytics tools                    

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

नाम Monitorito Monitorito
ID cpnoiekgkadngaefmiiomndachemdcde
आधिकारिक URL https://chrome.google.com/webstore/detail/monitorito/cpnoiekgkadngaefmiiomndachemdcde
विवरण This extension creates a real-time visualisation of your browsing activity
फ़ाइल का आकार 1.6 MB
स्थापना संख्या 49
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-09-08
प्रकाशन तिथि 2016-09-08
डेवलपर Dimos Raptis
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://monitorito.github.io
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monitorito",
    "description": "This extension creates a real-time visualisation of your browsing activity",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequestBlocking",
        "storage",
        "unlimitedStorage"
    ]
}