Iconic History
Visualize your browser history with favicons.
Qu'est-ce que Iconic History ?
Iconic History est une extension Chrome développée par yemount, et sa fonction principale est "Visualize your browser history with favicons.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Iconic History
Téléchargez les fichiers d'extension Iconic History au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Iconic History |
ID | hfacpfhgpmaifaanbmgbbjkfgelookom |
URL Officiel | https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom |
Description | Visualize your browser history with favicons. |
Taille du Fichier | 63.48 KB |
Nombre d'Installations | 3,706 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-03-17 |
Date de Publication | 2014-03-17 |
Évaluation | 4.47/5 Total 34 Évaluations |
Développeur | yemount |
Type de Paiement | free |
Site Web de l'Extension | http://shan-huang.com/browserdatavis/index.html |
URL de la Page d'Aide | https://github.com/yemount/IconicHistory |
Langues Prises en Charge | 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" } } |