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”。
擴展截圖
下載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 |
ID | dfoegpibjpjpchgmjnmomelfnclbijnm |
官方網址 | 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\/*" ] } } |