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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BazQux Reader: open links in background tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
        ]
    }
}