Iconic History

Visualize your browser history with favicons.

什么是Iconic History?

Iconic History是由yemount开发的Chrome扩展程序,该扩展的主要功能是“Visualize your browser history with favicons.”。

扩展截图

screenshot

下载Iconic History扩展crx文件

下载Iconic History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Iconic History Iconic History
ID hfacpfhgpmaifaanbmgbbjkfgelookom
官方URL https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom
简介 Visualize your browser history with favicons.
文件大小 63.48 KB
安装次数 3,706
当前版本 1.0
更新时间 2014-03-17
上架时间 2014-03-17
评分 4.47/5 共34次评分
开发者 yemount
付费类型 free
扩展官网 http://shan-huang.com/browserdatavis/index.html
帮助页面URL https://github.com/yemount/IconicHistory
支持的语言 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"
    }
}