History Master

Visualize browsing history, Discover your unknown habits.

Что такое History Master?

History Master - это расширение Chrome, разработанное jiacai2050, и его основная функция - "Visualize browsing history, Discover your unknown habits.".

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

screenshot
screenshot
screenshot

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

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

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

                        Visualize browsing history, Sync among Chrome/Firefox.
https://github.com/jiacai2050/history-master                    

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

Название History Master History Master
ID mkfgjjeggnmkbobjmelbjhdchcoadnin
Официальный URL https://chrome.google.com/webstore/detail/history-master/mkfgjjeggnmkbobjmelbjhdchcoadnin
Описание Visualize browsing history, Discover your unknown habits.
Размер файла 423 KB
Количество установок 2,000
Текущая Версия 2.1.5
Последнее Обновление 2019-05-25
Дата публикации 2019-05-25
Рейтинг 3.50/5 Всего 12 оценок
Разработчик jiacai2050
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/jiacai2050/history-master
URL страницы помощи https://github.com/jiacai2050/history-master/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Master",
    "version": "2.1.5",
    "description": "Visualize browsing history, Discover your unknown habits.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "option\/index.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "option\/images\/16.png",
            "32": "option\/images\/32.png",
            "64": "option\/images\/64.png",
            "128": "option\/images\/128.png"
        },
        "default_title": "History Master"
    },
    "icons": {
        "16": "option\/images\/16.png",
        "32": "option\/images\/32.png",
        "64": "option\/images\/64.png",
        "128": "option\/images\/128.png"
    },
    "permissions": [
        "history",
        "tabs",
        "downloads",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "default-src 'self'; style-src https:\/\/cdnjs.cloudflare.com 'unsafe-inline'; img-src chrome:\/\/favicon; connect-src ws:\/\/localhost:* ; font-src https:\/\/* ;script-src https:\/\/cdnjs.cloudflare.com 'self' 'unsafe-eval'",
    "manifest_version": 2
}