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
Eメール [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\/*"
        ]
    }
}