HistoryStats

Provides a statistical and graphical display of web page visits stored in your browser's history

Что такое HistoryStats?

HistoryStats - это расширение Chrome, разработанное gmsapps, и его основная функция - "Provides a statistical and graphical display of web page visits stored in your browser's history".

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

screenshot

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

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

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

                        HistoryStats provides you with a statistical and graphical display of your browser's history.  Existing historical web pages can be selected and opened in a new browser tab, and you can sort the browser's history based on total number of visits and most recent visits to web sites. This extension supports simple history deletion capabilities.                    

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

Название HistoryStats HistoryStats
ID jificbcgkgbgddjehcegimolpobpcpbl
Официальный URL https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl
Описание Provides a statistical and graphical display of web page visits stored in your browser's history
Размер файла 67.7 KB
Количество установок 383
Текущая Версия 1.4
Последнее Обновление 2015-08-31
Дата публикации 2015-08-31
Рейтинг 3.75/5 Всего 8 оценок
Разработчик gmsapps
Тип оплаты free
Официальный сайт расширения https://sites.google.com/site/appsbygarystump/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HistoryStats",
    "version": "1.4",
    "description": "Provides a statistical and graphical display of web page visits stored in your browser's history",
    "browser_action": {
        "default_icon": "icon24.png"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "history"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}