Tab Limiter
Limit the number of open tabs – in total and per window
O que é Tab Limiter?
Tab Limiter é uma extensão do Chrome desenvolvida por Matthias Vogt, e sua principal característica é "Limit the number of open tabs – in total and per window".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Limiter
Baixe arquivos de extensão Tab Limiter 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
Tab limiter helps you get back control over your browsing – by limiting the number of tabs you can open at once. You can specify the number of tabs in total and per window. Moreover, you can show a customizable message when the tab limit is hit.
Informações Básicas da Extensão
Nome | Tab Limiter |
ID | pbpfchnddjilendkobiabenojlniemoh |
URL Oficial | https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh |
Descrição | Limit the number of open tabs – in total and per window |
Tamanho do Arquivo | 159 KB |
Contagem de Instalações | 50,000 |
Versão Atual | 0.4.0 |
Última Atualização | 2020-12-23 |
Data de Publicação | 2020-04-21 |
Classificação | 4.48/5 Total de 29 Avaliações |
Desenvolvedor | Matthias Vogt |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/matthias-vogt/tab-limiter |
URL da Página de Ajuda | https://github.com/matthias-vogt/tab-limiter |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Limiter", "description": "Limit the number of open tabs \u2013 in total and per window", "version": "0.4.0", "author": "Matthias Vogt", "homepage_url": "https:\/\/github.com\/matthias-vogt\/tab-limiter", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "options.html", "default_title": "Tab Limiter" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "manifest_version": 2 } |