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 là gì?

BazQux Reader: open links in background tab là một tiện ích mở rộng Chrome được phát triển bởi https://bazqux.com, và tính năng chính của nó là "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BazQux Reader: open links in background tab

Tải xuống các tệp mở rộng BazQux Reader: open links in background tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BazQux Reader: open links in background tab BazQux Reader: open links in background tab
ID dfoegpibjpjpchgmjnmomelfnclbijnm
URL Chính Thức https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm
Mô tả Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
Kích Thước Tệp 6.47 KB
Số Lần Cài Đặt 196
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2021-12-04
Ngày Phát Hành 2018-12-12
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://bazqux.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://bazqux.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}