Monitorito

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

Monitoritoคืออะไร?

Monitorito เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dimos Raptis และคุณลักษณะหลักของมันคือ "This extension creates a real-time visualisation of your browsing activity"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Monitorito ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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