Browsed

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

Co je Browsed?

Browsed je rozšíření Chrome vyvinuté justaman, a jeho hlavní funkcí je „Reads your history and reports what you have been browsing last day, week and month (with count per domain).“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Browsed

Stáhněte si soubory rozšíření Browsed ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Browsed Browsed
ID bjeplkhoeocfgnlflejjoonnnmkkjdgk
Oficiální URL https://chromewebstore.google.com/detail/browsed/bjeplkhoeocfgnlflejjoonnnmkkjdgk
Popis Reads your history and reports what you have been browsing last day, week and month (with count per domain).
Velikost souboru 9.62 KB
Počet instalací 81
Aktuální Verze 1.0.0.3
Poslední Aktualizace 2016-03-17
Datum Vydání 2016-03-17
Hodnocení 4.57/5 Celkem 7 Hodnocení
Vývojář justaman
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}