Iconic History
Visualize your browser history with favicons.
Apa itu Iconic History?
Iconic History adalah ekstensi Chrome yang dikembangkan oleh yemount, dan fitur utamanya adalah "Visualize your browser history with favicons.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Iconic History
Unduh file ekstensi Iconic History dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Iconic History |
ID | hfacpfhgpmaifaanbmgbbjkfgelookom |
URL Resmi | https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom |
Deskripsi | Visualize your browser history with favicons. |
Ukuran File | 63.48 KB |
Jumlah Instalasi | 3,706 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-03-17 |
Tanggal Publikasi | 2014-03-17 |
Penilaian | 4.47/5 Total 34 Penilaian |
Pengembang | yemount |
Tipe Pembayaran | free |
Situs Ekstensi | http://shan-huang.com/browserdatavis/index.html |
URL Halaman Bantuan | https://github.com/yemount/IconicHistory |
Bahasa yang Didukung | 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" } } |