Backxtab
Shortcut to the last visited tabs.
O que é Backxtab?
Backxtab é uma extensão do Chrome desenvolvida por Damien Brunet, e sua principal característica é "Shortcut to the last visited tabs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Backxtab
Baixe arquivos de extensão Backxtab 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
Click the icon to select the last visited tab, click again while the counter is on to select the next-to-last one, etc... When the counter turns off, clicking the icon sends you directly to the first tab you were on before going back in time. You can customize the delay before the counter turns off: right-click the icon and choose 'options'. You can assign a keyboard shortcut to Backxtab: chrome://extensions/shortcuts Open-source: https://github.com/djrekca/Backxtab
Informações Básicas da Extensão
Nome | |
ID | fnfpaldoamkghkmcdpnailhjbibfkdei |
URL Oficial | https://chromewebstore.google.com/detail/backxtab/fnfpaldoamkghkmcdpnailhjbibfkdei |
Descrição | Shortcut to the last visited tabs. |
Tamanho do Arquivo | 17.2 KB |
Contagem de Instalações | 85 |
Versão Atual | 1.2.0 |
Última Atualização | 2021-06-06 |
Data de Publicação | 2019-04-26 |
Classificação | 4.83/5 Total de 6 Avaliações |
Desenvolvedor | Damien Brunet |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.0", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "__MSG_extName__" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "notifications", "storage" ], "minimum_chrome_version": "49", "manifest_version": 2 } |