BazQux Reader: open links in background tab
Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
Hvad er BazQux Reader: open links in background tab?
BazQux Reader: open links in background tab er en Chrome-udvidelse udviklet af https://bazqux.com, og dens hovedfunktion er "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader".
Udvidelsesskærmbilleder
Download BazQux Reader: open links in background tab-udvidelses-CRX-fil
Download BazQux Reader: open links in background tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | BazQux Reader: open links in background tab |
ID | dfoegpibjpjpchgmjnmomelfnclbijnm |
Officiel URL | https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm |
Beskrivelse | Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader |
Filstørrelse | 6.47 KB |
Antal Installationer | 196 |
Nuværende Version | 1.0.10 |
Senest Opdateret | 2021-12-04 |
Udgivelsesdato | 2018-12-12 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | https://bazqux.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://bazqux.com/privacy |
Understøttede Sprog | 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\/*" ] } } |