Bookmarked tabs to the front
Brings newly created tabs of bookmarked links to the foreground.
O que é Bookmarked tabs to the front?
Bookmarked tabs to the front é uma extensão do Chrome desenvolvida por Wayne Davison, e sua principal característica é "Brings newly created tabs of bookmarked links to the foreground.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bookmarked tabs to the front
Baixe arquivos de extensão Bookmarked tabs to the front 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
Middle-clicking (or Ctrl-clicking) a bookmark link will open a new tab in the foreground. A middle-click of an unbookmarked link will open in the background. This affects any new tab for a link that you have bookmarked, not just when clicking in your bookmarks. Updates: 1.1.2: A minor tweak and a policy update. 1.1.1: Fixed to work in Chrome 79 (which moved the URL string).
Informações Básicas da Extensão
Nome | Bookmarked tabs to the front |
ID | mmllilpdpplbmjdjhlkagmimpgdflphb |
URL Oficial | https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb |
Descrição | Brings newly created tabs of bookmarked links to the foreground. |
Tamanho do Arquivo | 26.55 KB |
Contagem de Instalações | 1,419 |
Versão Atual | 1.1.2 |
Última Atualização | 2021-06-07 |
Data de Publicação | 2020-01-05 |
Classificação | 4.45/5 Total de 31 Avaliações |
Desenvolvedor | Wayne Davison |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://opencoder.net/privacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Brings newly created tabs of bookmarked links to the foreground.", "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "Bookmarked tabs to the front", "permissions": [ "tabs", "bookmarks" ], "version": "1.1.2" } |