Sleepy Tabs

This extension puts to sleep tabs that have not been viewed after a while.

O que é Sleepy Tabs?

Sleepy Tabs é uma extensão do Chrome desenvolvida por Yougli, e sua principal característica é "This extension puts to sleep tabs that have not been viewed after a while.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sleepy Tabs

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

                        This extension helps you preserve your precious memory:
- sends inactive tabs to sleep automatically after a set number of minutes (can be changed through the options).
- optionally keeps inactive tabs awake based on an exclude list of domains set in the options.
- discarded tabs wake up and reload as soon as they're opened.

You can now keeps all your favorite tabs opened without worrying about RAM consumption, and still get to receive notifications from your preferred webapps thanks to the exclude list.                    

Informações Básicas da Extensão

Nome Sleepy Tabs Sleepy Tabs
ID ghbocnpamjieoodjgmpffemppjceocep
URL Oficial https://chromewebstore.google.com/detail/sleepy-tabs/ghbocnpamjieoodjgmpffemppjceocep
Descrição This extension puts to sleep tabs that have not been viewed after a while.
Tamanho do Arquivo 7.33 KB
Contagem de Instalações 246
Versão Atual 1.1
Última Atualização 2018-03-01
Data de Publicação 2018-03-01
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Yougli
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sleepy Tabs",
    "description": "This extension puts to sleep tabs that have not been viewed after a while.",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}