Browsed

Reads your history and reports what you have been browsing last day, week and month (with count per domain).

Cos'è Browsed?

Browsed è un'estensione di Chrome sviluppata da justaman, e la sua funzione principale è "Reads your history and reports what you have been browsing last day, week and month (with count per domain).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Browsed

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

                        Have you ever wondered about your real browsing habits? like what pages you see and how often?

I wanted to get an idea of my real use of the browser. The history page was not enough. So I rolled this super simple plugin which reads the history, counts the visits per web site (domain) and display it in a super clean way.

This plugin is simple, convenient and solid. Great tool for self improvement.                    

Informazioni di Base sull'Estensione

Nome Browsed Browsed
ID bjeplkhoeocfgnlflejjoonnnmkkjdgk
URL Ufficiale https://chromewebstore.google.com/detail/browsed/bjeplkhoeocfgnlflejjoonnnmkkjdgk
Descrizione Reads your history and reports what you have been browsing last day, week and month (with count per domain).
Dimensione del File 9.62 KB
Conteggio Installazioni 81
Versione Corrente 1.0.0.3
Ultimo Aggiornamento 2016-03-17
Data di Pubblicazione 2016-03-17
Valutazione 4.57/5 Totale 7 Valutazioni
Sviluppatore justaman
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browsed",
    "version": "1.0.0.3",
    "description": "Reads your history and reports what you have been browsing last day, week and month (with count per domain).",
    "permissions": [
        "history"
    ],
    "browser_action": {
        "default_popup": "typedUrls.html",
        "default_icon": "clock.png"
    },
    "manifest_version": 2
}