History Viewer

Easy access to your current browser session's history

Что такое History Viewer?

History Viewer - это расширение Chrome, разработанное https://james-coyle.dev, и его основная функция - "Easy access to your current browser session's history".

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

screenshot
screenshot

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

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

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

                        Provides quick access to the history of your current browsing session. Easily return to a page you were looking at 10 minutes ago without having to delve into your browser history.                    

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

Название History Viewer History Viewer
ID lepdeiameebhegahgipnooenlpndibng
Официальный URL https://chromewebstore.google.com/detail/history-viewer/lepdeiameebhegahgipnooenlpndibng
Описание Easy access to your current browser session's history
Размер файла 1.49 MB
Количество установок 45
Текущая Версия 0.1
Последнее Обновление 2022-10-16
Дата публикации 2022-10-16
Разработчик https://james-coyle.dev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/JamesCoyle/history-extention
URL страницы помощи https://github.com/JamesCoyle/downloads-extention/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "History Viewer",
    "version": "0.1",
    "short_name": "History",
    "author": "James Coyle",
    "description": "Easy access to your current browser session's history",
    "icons": {
        "512": "icon.png"
    },
    "permissions": [
        "history",
        "storage",
        "favicon"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "History"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+H",
                "mac": "Alt+H",
                "chromeos": "Alt+H",
                "linux": "Alt+H"
            }
        }
    },
    "background": {
        "service_worker": "build\/background.js"
    }
}