History Analyzer

View statistics of your chrome browser history.

Cos'è History Analyzer?

History Analyzer è un'estensione di Chrome sviluppata da fatimeseelimi, e la sua funzione principale è "View statistics of your chrome browser history.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione History Analyzer

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

                        View statistics of the pages you've visited in chrome's new tab. 

This is an initial proof of concept app, we will be updating the extension with more advanced features and optimize the performance.                    

Informazioni di Base sull'Estensione

Nome History Analyzer History Analyzer
ID ffinijbioflfopelgkhlaiphpmdembig
URL Ufficiale https://chrome.google.com/webstore/detail/history-analyzer/ffinijbioflfopelgkhlaiphpmdembig
Descrizione View statistics of your chrome browser history.
Dimensione del File 66.92 KB
Conteggio Installazioni 161
Versione Corrente 1
Ultimo Aggiornamento 2018-09-09
Data di Pubblicazione 2018-09-09
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore fatimeseelimi
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Analyzer",
    "description": "View statistics of your chrome browser history.",
    "version": "1",
    "author": "Fatime Selimi",
    "browser_action": {
        "default_title": "Have a good day"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "activeTab",
        "history"
    ],
    "options_page": "newtab.html",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}