BazQux Reader: open links in background tab

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

¿Qué es BazQux Reader: open links in background tab?

BazQux Reader: open links in background tab es una extensión de Chrome desarrollada por https://bazqux.com, y su función principal es "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión BazQux Reader: open links in background tab

Descarga archivos de extensión BazQux Reader: open links in background tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre BazQux Reader: open links in background tab BazQux Reader: open links in background tab
ID dfoegpibjpjpchgmjnmomelfnclbijnm
URL Oficial https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm
Descripción Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
Tamaño del Archivo 6.47 KB
Cantidad de Instalaciones 196
Versión Actual 1.0.10
Última Actualización 2021-12-04
Fecha de Publicación 2018-12-12
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://bazqux.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://bazqux.com/privacy
Idiomas Soportados 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\/*"
        ]
    }
}