3 Tabs Only
Allows a maximum of 3 open tabs
O que é 3 Tabs Only?
3 Tabs Only é uma extensão do Chrome desenvolvida por One Who Tinkers, e sua principal característica é "Allows a maximum of 3 open tabs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 3 Tabs Only
Baixe arquivos de extensão 3 Tabs Only 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
Work with more focus. If you open a fourth tab, the extension automatically closes the fourth tab and notifies you with a pop-up (just press Enter to close the pop-up). Forces you to finish tasks before starting new ones. I've used this extension for years, and I love it! It's in my browser right now. If you use this extension frequently, please leave a 5-star review. The script and manifest, for transparency: goo.gl/kac7nx goo.gl/V52guz Images made with Canva.
Informações Básicas da Extensão
Nome | 3 Tabs Only |
ID | pkfpaiidmiemediimekjfmlbhnbofabd |
URL Oficial | https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd |
Descrição | Allows a maximum of 3 open tabs |
Tamanho do Arquivo | 37.33 KB |
Contagem de Instalações | 515 |
Versão Atual | 7.10005 |
Última Atualização | 2020-03-01 |
Data de Publicação | 2020-03-01 |
Classificação | 4.69/5 Total de 16 Avaliações |
Desenvolvedor | One Who Tinkers |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "3 Tabs Only", "description": "Allows a maximum of 3 open tabs", "version": "7.10005", "background": { "scripts": [ "script.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |