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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bazqux.com และคุณลักษณะหลักของมันคือ "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BazQux Reader: open links in background tab

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
        ]
    }
}