Iconic History
Visualize your browser history with favicons.
O que é Iconic History?
Iconic History é uma extensão do Chrome desenvolvida por yemount, e sua principal característica é "Visualize your browser history with favicons.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Iconic History
Baixe arquivos de extensão Iconic History no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Iconic History |
ID | hfacpfhgpmaifaanbmgbbjkfgelookom |
URL Oficial | https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom |
Descrição | Visualize your browser history with favicons. |
Tamanho do Arquivo | 63.48 KB |
Contagem de Instalações | 3,706 |
Versão Atual | 1.0 |
Última Atualização | 2014-03-17 |
Data de Publicação | 2014-03-17 |
Classificação | 4.47/5 Total de 34 Avaliações |
Desenvolvedor | yemount |
Tipo de Pagamento | free |
Site da Extensão | http://shan-huang.com/browserdatavis/index.html |
URL da Página de Ajuda | https://github.com/yemount/IconicHistory |
Idiomas Suportados | 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" } } |