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 |
公式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" } } |