Iconic History
Visualize your browser history with favicons.
Hvad er Iconic History?
Iconic History er en Chrome-udvidelse udviklet af yemount, og dens hovedfunktion er "Visualize your browser history with favicons.".
Udvidelsesskærmbilleder
Download Iconic History-udvidelses-CRX-fil
Download Iconic History-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hfacpfhgpmaifaanbmgbbjkfgelookom |
| Officiel URL | https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom |
| Beskrivelse | Visualize your browser history with favicons. |
| Filstørrelse | 63.48 KB |
| Antal Installationer | 3,706 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2014-03-17 |
| Udgivelsesdato | 2014-03-17 |
| Bedømmelse | 4.47/5 Samlet 34 Bedømmelser |
| Udvikler | yemount |
| Betalingsmetode | free |
| Udvidelseswebsted | http://shan-huang.com/browserdatavis/index.html |
| Hjælpeside-URL | https://github.com/yemount/IconicHistory |
| Understøttede Sprog | 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"
}
} | |