Better History

Replace the default browser history with this better history display.

Что такое Better History?

Better History - это расширение Chrome, разработанное raingart, и его основная функция - "Replace the default browser history with this better history display.".

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

screenshot
screenshot

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

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

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

                        Powerful history manager for Chromium                    

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

Название Better History Better History
ID pmolchcgkagchldkgphmlaplgmagldfn
Официальный URL https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn
Описание Replace the default browser history with this better history display.
Размер файла 151 KB
Количество установок 733
Текущая Версия 1.31.2
Последнее Обновление 2023-08-23
Дата публикации 2023-07-19
Рейтинг 4.33/5 Всего 3 оценок
Разработчик raingart
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/raingart/Better-History
Поддерживаемые языки en,fr,tr,bg,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "1.31.2",
    "default_locale": "en",
    "icons": {
        "16": "assets\/img\/icon_16.png",
        "32": "assets\/img\/icon_32.png",
        "48": "assets\/img\/icon_48.png",
        "64": "assets\/img\/icon_64.png",
        "128": "assets\/img\/icon_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "favicon",
        "history",
        "storage"
    ],
    "chrome_url_overrides": {
        "history": "history.html"
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/icon_16.png",
            "32": "assets\/img\/icon_32.png"
        },
        "default_title": "__MSG_application_title__",
        "default_popup": "popup.html"
    }
}