BazQux Reader: open links in background tab

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

什么是BazQux Reader: open links in background tab?

BazQux Reader: open links in background tab是由https://bazqux.com开发的Chrome扩展程序,该扩展的主要功能是“Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader”。

扩展截图

screenshot

下载BazQux Reader: open links in background tab扩展crx文件

下载BazQux Reader: open links in background tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 BazQux Reader: open links in background tab BazQux Reader: open links in background tab
ID dfoegpibjpjpchgmjnmomelfnclbijnm
官方URL https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm
简介 Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
文件大小 6.47 KB
安装次数 196
当前版本 1.0.10
更新时间 2021-12-04
上架时间 2018-12-12
评分 5.00/5 共4次评分
开发者 https://bazqux.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://bazqux.com/privacy
支持的语言 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\/*"
        ]
    }
}