Browsed

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

Что такое Browsed?

Browsed - это расширение Chrome, разработанное justaman, и его основная функция - "Reads your history and reports what you have been browsing last day, week and month (with count per domain).".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Browsed

Скачайте файлы расширений Browsed в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Browsed Browsed
ID bjeplkhoeocfgnlflejjoonnnmkkjdgk
Официальный URL https://chromewebstore.google.com/detail/browsed/bjeplkhoeocfgnlflejjoonnnmkkjdgk
Описание Reads your history and reports what you have been browsing last day, week and month (with count per domain).
Размер файла 9.62 KB
Количество установок 81
Текущая Версия 1.0.0.3
Последнее Обновление 2016-03-17
Дата публикации 2016-03-17
Рейтинг 4.57/5 Всего 7 оценок
Разработчик justaman
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
}