Iconic History

Visualize your browser history with favicons.

Cos'è Iconic History?

Iconic History è un'estensione di Chrome sviluppata da yemount, e la sua funzione principale è "Visualize your browser history with favicons.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Iconic History

Scarica i file di estensione Iconic History in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Iconic History Iconic History
ID hfacpfhgpmaifaanbmgbbjkfgelookom
URL Ufficiale https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom
Descrizione Visualize your browser history with favicons.
Dimensione del File 63.48 KB
Conteggio Installazioni 3,706
Versione Corrente 1.0
Ultimo Aggiornamento 2014-03-17
Data di Pubblicazione 2014-03-17
Valutazione 4.47/5 Totale 34 Valutazioni
Sviluppatore yemount
Tipo di Pagamento free
Sito Web dell'Estensione http://shan-huang.com/browserdatavis/index.html
URL della Pagina di Aiuto https://github.com/yemount/IconicHistory
Lingue Supportate 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"
    }
}