Tab Timeout

This extension allows the user to set a timeout for the current tab to close

O que é Tab Timeout?

Tab Timeout é uma extensão do Chrome desenvolvida por brentengust, e sua principal característica é "This extension allows the user to set a timeout for the current tab to close".

Baixar o arquivo CRX da Extensão Tab Timeout

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

                                            

Informações Básicas da Extensão

Nome Tab Timeout Tab Timeout
ID ipfhphdnknhbgmndmfhefbcdcopplijj
URL Oficial https://chromewebstore.google.com/detail/tab-timeout/ipfhphdnknhbgmndmfhefbcdcopplijj
Descrição This extension allows the user to set a timeout for the current tab to close
Tamanho do Arquivo 286 KB
Contagem de Instalações 51
Versão Atual 1.0
Última Atualização 2018-04-07
Data de Publicação 2018-04-07
Desenvolvedor brentengust
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Timeout",
    "description": "This extension allows the user to set a timeout for the current tab to close",
    "version": "1.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "alarms"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}