Browsed

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

Co to jest Browsed?

Browsed to rozszerzenie Chrome opracowane przez justaman, a jego główną funkcją jest „Reads your history and reports what you have been browsing last day, week and month (with count per domain).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Browsed

Pobierz pliki rozszerzeń Browsed w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Browsed Browsed
ID bjeplkhoeocfgnlflejjoonnnmkkjdgk
Oficjalny URL https://chromewebstore.google.com/detail/browsed/bjeplkhoeocfgnlflejjoonnnmkkjdgk
Opis Reads your history and reports what you have been browsing last day, week and month (with count per domain).
Rozmiar pliku 9.62 KB
Liczba instalacji 81
Aktualna Wersja 1.0.0.3
Ostatnia Aktualizacja 2016-03-17
Data Publikacji 2016-03-17
Ocena 4.57/5 Łącznie 7 Oceny
Deweloper justaman
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}