BazQux Reader: open links in background tab
Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
Co to jest BazQux Reader: open links in background tab?
BazQux Reader: open links in background tab to rozszerzenie Chrome opracowane przez https://bazqux.com, a jego główną funkcją jest „Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BazQux Reader: open links in background tab
Pobierz pliki rozszerzeń BazQux Reader: open links in background tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | BazQux Reader: open links in background tab |
ID | dfoegpibjpjpchgmjnmomelfnclbijnm |
Oficjalny URL | https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm |
Opis | Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader |
Rozmiar pliku | 6.47 KB |
Liczba instalacji | 196 |
Aktualna Wersja | 1.0.10 |
Ostatnia Aktualizacja | 2021-12-04 |
Data Publikacji | 2018-12-12 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | https://bazqux.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://bazqux.com/privacy |
Obsługiwane Języki | 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\/*" ] } } |