Analyze History

An extension that show you how often you visited current website, and tell you your top 5 visited websites

Cos'è Analyze History?

Analyze History è un'estensione di Chrome sviluppata da Amos, e la sua funzione principale è "An extension that show you how often you visited current website, and tell you your top 5 visited websites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Analyze History

Scarica i file di estensione Analyze 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

                        Analyze History is an extension that can tell you

1) how many times you have visited current website
2)how long  you visited current website last time from now
3)what's the top 5 websites you visited and your visited times                    

Informazioni di Base sull'Estensione

Nome Analyze History Analyze History
ID kleihheiomkhafhgeacplkpmgiohcihk
URL Ufficiale https://chromewebstore.google.com/detail/analyze-history/kleihheiomkhafhgeacplkpmgiohcihk
Descrizione An extension that show you how often you visited current website, and tell you your top 5 visited websites
Dimensione del File 717 KB
Conteggio Installazioni 84
Versione Corrente 0.1
Ultimo Aggiornamento 2015-11-22
Data di Pubblicazione 2015-11-22
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore Amos
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Analyze History",
    "description": "An extension that show you how often you visited current website, and tell you your top 5 visited websites",
    "version": "0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Analyse your history"
    },
    "permissions": [
        "activeTab",
        "history"
    ]
}