BazQux Reader: open links in background tab

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

What is BazQux Reader: open links in background tab?

BazQux Reader: open links in background tab is a Chrome extension developed by https://bazqux.com, and its main feature is "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader".

Extension Screenshots

screenshot

Download BazQux Reader: open links in background tab Extension CRX File

Download BazQux Reader: open links in background tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BazQux Reader: open links in background tab BazQux Reader: open links in background tab
ID dfoegpibjpjpchgmjnmomelfnclbijnm
Official URL https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm
Description Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
File Size 6.47 KB
Installation Count 196
Current Version 1.0.10
Last Updated 2021-12-04
Publish Date 2018-12-12
Rating 5.00/5 Total 4 Ratings
Developer https://bazqux.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://bazqux.com/privacy
Supported Languages 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\/*"
        ]
    }
}