Tabalot

Limit the maximum number of open tabs

O que é Tabalot?

Tabalot é uma extensão do Chrome desenvolvida por https://matthewhadley.info, e sua principal característica é "Limit the maximum number of open tabs".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tabalot

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

                        Automatically limit the number of open tabs.

If you end up with too many tabs open, all reduced to a tiny size, this extension will help you keep those tabs under control. After reaching a configurable open tab limit, that excludes pinned tabs, Tabalot will automatically close the oldest unused tab. As you get close to your tab limit, the extension icon badge count will start to turn red and will flash red when it closes a tab.

Note that the tab badge count shows tabs in the current open window only (which seems to be a limitation on chrome) but will correctly update as you switch windows.

***PRIVACY POLICY***

Tabalot does not handle personal or sensitive user data.                    

Informações Básicas da Extensão

Nome Tabalot Tabalot
ID oakcapkgmnkhiglcimjcbobnloldlcgf
URL Oficial https://chrome.google.com/webstore/detail/tabalot/oakcapkgmnkhiglcimjcbobnloldlcgf
Descrição Limit the maximum number of open tabs
Tamanho do Arquivo 13.58 KB
Contagem de Instalações 67
Versão Atual 2.0.0
Última Atualização 2018-09-02
Data de Publicação 2018-09-02
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor https://matthewhadley.info
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabalot",
    "version": "2.0.0",
    "description": "Limit the maximum number of open tabs",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_title": "Tabalot",
        "default_popup": "options.html"
    }
}