Iconic History
Visualize your browser history with favicons.
Wat is Iconic History?
Iconic History is een Chrome-extensie ontwikkeld door yemount, en de belangrijkste functie is "Visualize your browser history with favicons.".
Extensie Screenshots
Download het CRX-bestand van de extensie Iconic History
Download Iconic History-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | hfacpfhgpmaifaanbmgbbjkfgelookom |
| Officiële URL | https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom |
| Beschrijving | Visualize your browser history with favicons. |
| Bestandsgrootte | 63.48 KB |
| Aantal Installaties | 3,706 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2014-03-17 |
| Publicatiedatum | 2014-03-17 |
| Beoordeling | 4.47/5 Totaal 34 Beoordelingen |
| Ontwikkelaar | yemount |
| Betalingswijze | free |
| Extensiewebsite | http://shan-huang.com/browserdatavis/index.html |
| Help Pagina-URL | https://github.com/yemount/IconicHistory |
| Ondersteunde Talen | 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"
}
} | |