Visualize My History

Visualize your browsing history with a scattergraph of all your browsing.

Visualize My History란 무엇입니까?

Visualize My History은(는) Mark Hansen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visualize your browsing history with a scattergraph of all your browsing."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Visualize My History 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        See what sites you visit the most, and what times you spent on which sites. Visualise your entire browsing history on one graph.

Graphs are plotted by time of day vs day, and colored by hostname.                    

확장 프로그램 기본 정보

이름 Visualize My History Visualize My History
ID gdedhdlfdeaakpdfkikflkfnbiegaonb
공식 URL https://chromewebstore.google.com/detail/visualize-my-history/gdedhdlfdeaakpdfkikflkfnbiegaonb
설명 Visualize your browsing history with a scattergraph of all your browsing.
파일 크기 615 KB
설치 횟수 803
현재 버전 0.0.3
최근 업데이트 2023-02-12
출시 날짜 2017-10-31
평점 4.21/5 총 14 개의 평점
개발자 Mark Hansen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.markhansen.co.nz/scatter-fm/
지원되는 언어 en-US
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visualize My History",
    "version": "0.0.3",
    "description": "Visualize your browsing history with a scattergraph of all your browsing.",
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Visualize My History"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "history"
    ],
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}