BazQux Reader: open links in background tab
Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
O que é BazQux Reader: open links in background tab?
BazQux Reader: open links in background tab é uma extensão do Chrome desenvolvida por https://bazqux.com, e sua principal característica é "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BazQux Reader: open links in background tab
Baixe arquivos de extensão BazQux Reader: open links in background tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | BazQux Reader: open links in background tab |
ID | dfoegpibjpjpchgmjnmomelfnclbijnm |
URL Oficial | https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm |
Descrição | Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader |
Tamanho do Arquivo | 6.47 KB |
Contagem de Instalações | 196 |
Versão Atual | 1.0.10 |
Última Atualização | 2021-12-04 |
Data de Publicação | 2018-12-12 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://bazqux.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://bazqux.com/privacy |
Idiomas Suportados | 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\/*" ] } } |