Iconic History
Visualize your browser history with favicons.
What is Iconic History?
Iconic History is a Chrome extension developed by yemount, and its main feature is "Visualize your browser history with favicons.".
Extension Screenshots
Download Iconic History Extension CRX File
Download Iconic History extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Iconic History |
ID | hfacpfhgpmaifaanbmgbbjkfgelookom |
Official URL | https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom |
Description | Visualize your browser history with favicons. |
File Size | 63.48 KB |
Installation Count | 3,706 |
Current Version | 1.0 |
Last Updated | 2014-03-17 |
Publish Date | 2014-03-17 |
Rating | 4.47/5 Total 34 Ratings |
Developer | yemount |
Payment Type | free |
Extension Website | http://shan-huang.com/browserdatavis/index.html |
Help Page URL | https://github.com/yemount/IconicHistory |
Supported Languages | 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" } } |