BazQux Reader: open links in background tab

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

Wat is BazQux Reader: open links in background tab?

BazQux Reader: open links in background tab is een Chrome-extensie ontwikkeld door https://bazqux.com, en de belangrijkste functie is "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BazQux Reader: open links in background tab

Download BazQux Reader: open links in background tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam BazQux Reader: open links in background tab BazQux Reader: open links in background tab
ID dfoegpibjpjpchgmjnmomelfnclbijnm
Officiële URL https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm
Beschrijving Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
Bestandsgrootte 6.47 KB
Aantal Installaties 196
Huidige Versie 1.0.10
Laatst Bijgewerkt 2021-12-04
Publicatiedatum 2018-12-12
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://bazqux.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://bazqux.com/privacy
Ondersteunde Talen 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\/*"
        ]
    }
}