Visualize My History

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

Visualize My History là gì?

Visualize My History là một tiện ích mở rộng Chrome được phát triển bởi Mark Hansen, và tính năng chính của nó là "Visualize your browsing history with a scattergraph of all your browsing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Visualize My History

Tải xuống các tệp mở rộng Visualize My History dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Visualize My History Visualize My History
ID gdedhdlfdeaakpdfkikflkfnbiegaonb
URL Chính Thức https://chromewebstore.google.com/detail/visualize-my-history/gdedhdlfdeaakpdfkikflkfnbiegaonb
Mô tả Visualize your browsing history with a scattergraph of all your browsing.
Kích Thước Tệp 615 KB
Số Lần Cài Đặt 803
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-02-12
Ngày Phát Hành 2017-10-31
Đánh Giá 4.21/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Mark Hansen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.markhansen.co.nz/scatter-fm/
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}