Allowed Tabs

Set the maximum number of open tabs allowed in the browser.

O que é Allowed Tabs?

Allowed Tabs é uma extensão do Chrome desenvolvida por Fernando Dilland, e sua principal característica é "Set the maximum number of open tabs allowed in the browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Allowed Tabs

Baixe arquivos de extensão Allowed Tabs 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

                        Manage the number of tabs you are allowed to keep open at the same time in the browser.                    

Informações Básicas da Extensão

Nome Allowed Tabs Allowed Tabs
ID deglahadfhbjhkcphfhmanmjdmokhcaa
URL Oficial https://chromewebstore.google.com/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa
Descrição Set the maximum number of open tabs allowed in the browser.
Tamanho do Arquivo 279 KB
Contagem de Instalações 32
Versão Atual 0.1.1
Última Atualização 2021-07-16
Data de Publicação 2021-07-12
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Fernando Dilland
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/fernandomireles/static-allowed-tabs
Idiomas Suportados de,en,fr,nl,da,et,es,it,lv,hu,pl,pt-BR,fi,sv,cs,el,bg,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDesc__",
    "default_locale": "en",
    "version": "0.1.1",
    "author": "Fernando Mireles",
    "homepage_url": "https:\/\/github.com\/fernandomireles\/allowed-tabs",
    "background": {
        "scripts": [
            "static\/background.js"
        ]
    },
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon-small.png",
        "default_popup": "static\/options.html"
    },
    "options_page": "static\/options.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "static\/icon-small.png",
        "static\/icon.png"
    ]
}