BazQux Reader: open links in background tab

Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader

Что такое BazQux Reader: open links in background tab?

BazQux Reader: open links in background tab - это расширение Chrome, разработанное https://bazqux.com, и его основная функция - "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader".

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

screenshot

Скачать файл CRX расширения BazQux Reader: open links in background tab

Скачайте файлы расширений BazQux Reader: open links in background tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Chrome no longer allows websites to open links in background tabs. Websites could only open links in a new tab with an immediate focus switch (and a popup blocker could block even that). So this extension is necessary for BazQux Reader to open the current article link in the background tab when you press the 'b' key.                    

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

Название BazQux Reader: open links in background tab BazQux Reader: open links in background tab
ID dfoegpibjpjpchgmjnmomelfnclbijnm
Официальный URL https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm
Описание Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
Размер файла 6.47 KB
Количество установок 196
Текущая Версия 1.0.10
Последнее Обновление 2021-12-04
Дата публикации 2018-12-12
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://bazqux.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://bazqux.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BazQux Reader: open links in background tab",
    "short_name": "BazQux Reader bg",
    "description": "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader",
    "version": "1.0.10",
    "manifest_version": 3,
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.bazqux.com\/*"
        ]
    }
}