Iconic History
Visualize your browser history with favicons.
Vad är Iconic History?
Iconic History är en Chrome-tillägg utvecklad av yemount, och dess huvudfunktion är "Visualize your browser history with favicons.".
Tilläggsskärmbilder
Ladda ner Iconic History-förlängningens CRX-fil
Ladda ner Iconic History-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | hfacpfhgpmaifaanbmgbbjkfgelookom |
| Officiell webbadress | https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom |
| Beskrivning | Visualize your browser history with favicons. |
| Filstorlek | 63.48 KB |
| Antal Installationer | 3,706 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-03-17 |
| Publiceringsdatum | 2014-03-17 |
| Betyg | 4.47/5 Totalt 34 Betyg |
| Utvecklare | yemount |
| Betalningssätt | free |
| Tilläggswebbplats | http://shan-huang.com/browserdatavis/index.html |
| Hjälpsida URL | https://github.com/yemount/IconicHistory |
| Stödda Språk | 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"
}
} | |