Monitorito
This extension creates a real-time visualisation of your browsing activity
Monitorito란 무엇입니까?
Monitorito은(는) Dimos Raptis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension creates a real-time visualisation of your browsing activity"입니다.
확장 프로그램 스크린샷
Monitorito 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |