Visualize My History

Visualize your browsing history with a scattergraph of all your browsing.

Cos'è Visualize My History?

Visualize My History è un'estensione di Chrome sviluppata da Mark Hansen, e la sua funzione principale è "Visualize your browsing history with a scattergraph of all your browsing.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Visualize My History

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

                        See what sites you visit the most, and what times you spent on which sites. Visualise your entire browsing history on one graph.

Graphs are plotted by time of day vs day, and colored by hostname.                    

Informazioni di Base sull'Estensione

Nome Visualize My History Visualize My History
ID gdedhdlfdeaakpdfkikflkfnbiegaonb
URL Ufficiale https://chromewebstore.google.com/detail/visualize-my-history/gdedhdlfdeaakpdfkikflkfnbiegaonb
Descrizione Visualize your browsing history with a scattergraph of all your browsing.
Dimensione del File 615 KB
Conteggio Installazioni 803
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-02-12
Data di Pubblicazione 2017-10-31
Valutazione 4.21/5 Totale 14 Valutazioni
Sviluppatore Mark Hansen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.markhansen.co.nz/scatter-fm/
Lingue Supportate en-US
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visualize My History",
    "version": "0.0.3",
    "description": "Visualize your browsing history with a scattergraph of all your browsing.",
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Visualize My History"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "history"
    ],
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}