Iconic History
Visualize your browser history with favicons.
什麼是Iconic History?
Iconic History是由yemount開發的Chrome擴展程式,該擴展的主要功能是“Visualize your browser history with favicons.”。
擴展截圖
下載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 |
ID | hfacpfhgpmaifaanbmgbbjkfgelookom |
官方網址 | 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" } } |