BazQux Reader: open links in background tab
Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
Qu'est-ce que BazQux Reader: open links in background tab ?
BazQux Reader: open links in background tab est une extension Chrome développée par https://bazqux.com, et sa fonction principale est "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BazQux Reader: open links in background tab
Téléchargez les fichiers d'extension BazQux Reader: open links in background tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | BazQux Reader: open links in background tab |
ID | dfoegpibjpjpchgmjnmomelfnclbijnm |
URL Officiel | https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm |
Description | Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader |
Taille du Fichier | 6.47 KB |
Nombre d'Installations | 196 |
Version Actuelle | 1.0.10 |
Dernière Mise à Jour | 2021-12-04 |
Date de Publication | 2018-12-12 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://bazqux.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://bazqux.com/privacy |
Langues Prises en Charge | 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\/*" ] } } |