BazQux Reader: open links in background tab

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

Vad är BazQux Reader: open links in background tab?

BazQux Reader: open links in background tab är en Chrome-tillägg utvecklad av https://bazqux.com, och dess huvudfunktion är "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader".

Tilläggsskärmbilder

screenshot

Ladda ner BazQux Reader: open links in background tab-förlängningens CRX-fil

Ladda ner BazQux Reader: open links in background tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn BazQux Reader: open links in background tab BazQux Reader: open links in background tab
ID dfoegpibjpjpchgmjnmomelfnclbijnm
Officiell webbadress https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm
Beskrivning Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
Filstorlek 6.47 KB
Antal Installationer 196
Aktuell Version 1.0.10
Senast Uppdaterad 2021-12-04
Publiceringsdatum 2018-12-12
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://bazqux.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://bazqux.com/privacy
Stödda Språk 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\/*"
        ]
    }
}