BazQux Reader: open links in background tab

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

Apa itu BazQux Reader: open links in background tab?

BazQux Reader: open links in background tab adalah ekstensi Chrome yang dikembangkan oleh https://bazqux.com, dan fitur utamanya adalah "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BazQux Reader: open links in background tab

Unduh file ekstensi BazQux Reader: open links in background tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama BazQux Reader: open links in background tab BazQux Reader: open links in background tab
ID dfoegpibjpjpchgmjnmomelfnclbijnm
URL Resmi https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm
Deskripsi Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
Ukuran File 6.47 KB
Jumlah Instalasi 196
Versi Saat Ini 1.0.10
Terakhir Diperbarui 2021-12-04
Tanggal Publikasi 2018-12-12
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://bazqux.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://bazqux.com/privacy
Bahasa yang Didukung 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\/*"
        ]
    }
}