Iconic History

Visualize your browser history with favicons.

Iconic History là gì?

Iconic History là một tiện ích mở rộng Chrome được phát triển bởi yemount, và tính năng chính của nó là "Visualize your browser history with favicons.".

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

screenshot

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

Tải xuống các tệp mở rộng Iconic 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

                        Iconic History is a Chrome extension that visualizes your browser history in favicons. It creates a favicon for each url you visited, and then compiles all favicons into a huge sequence based on access time. You can not only see all history in the past four months in a page, but also identify personal browsing habits through the straightforward visual presentation of your online life.                    

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

Tên Iconic History Iconic History
ID hfacpfhgpmaifaanbmgbbjkfgelookom
URL Chính Thức https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom
Mô tả Visualize your browser history with favicons.
Kích Thước Tệp 63.48 KB
Số Lần Cài Đặt 3,706
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-03-17
Ngày Phát Hành 2014-03-17
Đánh Giá 4.47/5 Tổng số 34 Đánh Giá
Nhà Phát Triển yemount
Loại Thanh Toán free
Trang Web Mở Rộng http://shan-huang.com/browserdatavis/index.html
URL Trang Trợ Giúp https://github.com/yemount/IconicHistory
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Iconic History",
    "description": "Visualize your browser history with favicons.",
    "version": "1.0",
    "permissions": [
        "chrome:\/\/favicon\/",
        "history"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    }
}