BazQux Reader: open links in background tab

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

Cos'è BazQux Reader: open links in background tab?

BazQux Reader: open links in background tab è un'estensione di Chrome sviluppata da https://bazqux.com, e la sua funzione principale è "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BazQux Reader: open links in background tab

Scarica i file di estensione BazQux Reader: open links in background tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BazQux Reader: open links in background tab BazQux Reader: open links in background tab
ID dfoegpibjpjpchgmjnmomelfnclbijnm
URL Ufficiale https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm
Descrizione Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
Dimensione del File 6.47 KB
Conteggio Installazioni 196
Versione Corrente 1.0.10
Ultimo Aggiornamento 2021-12-04
Data di Pubblicazione 2018-12-12
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://bazqux.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://bazqux.com/privacy
Lingue Supportate 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\/*"
        ]
    }
}