Sleep Mode

Sleep Mode will temporarily put all tabs to sleep mode for saving RAM memory, saving battery and make your computer/laptop faster.

O que é Sleep Mode?

Sleep Mode é uma extensão do Chrome desenvolvida por mactiencong, e sua principal característica é "Sleep Mode will temporarily put all tabs to sleep mode for saving RAM memory, saving battery and make your computer/laptop faster.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sleep Mode

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

                        Sleep Mode will temporarily put all tabs to sleep mode for saving RAM memory, saving BATTERY and make your computer/laptop FASTER.

But it still keep current working tab in normal mode. You still able to continue to work on this tab. 

When you switch to other tab, this tab will be woke up to normal mode and previous tab will immediately set to sleep mode. Does not interrupt your work.

When open a sleeping tab, immediately it will be woke up to ready for working.

* Saving RAM memory
* Saving BATTERY 
* Make your computer/laptop FASTER
* Allow setting (still alpha version)
- Ignore pinned tabs
- Ignore tabs with audio playback (Youtube, ...)
- Ignore Google Docs and Office Online Tabs
- Sleep timer: sleep mode automatically will be actived after 0-100 mins
* Allow setting "Ignore this tab (current session)" and "Allow sleep this tab (current session)" on context menu (right click on tab page)                    

Informações Básicas da Extensão

Nome Sleep Mode Sleep Mode
ID kekjbckkfbdknpcpcdpmlkbnleeddamg
URL Oficial https://chromewebstore.google.com/detail/sleep-mode/kekjbckkfbdknpcpcdpmlkbnleeddamg
Descrição Sleep Mode will temporarily put all tabs to sleep mode for saving RAM memory, saving battery and make your computer/laptop faster.
Tamanho do Arquivo 1.74 MB
Contagem de Instalações 3,462
Versão Atual 2.2.2
Última Atualização 2019-11-21
Data de Publicação 2019-11-18
Classificação 3.40/5 Total de 10 Avaliações
Desenvolvedor mactiencong
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.linkedin.com/in/mactiencong/
URL da Página de Ajuda https://www.linkedin.com/in/mactiencong/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sleep Mode",
    "short_name": "Sleep Mode",
    "description": "Sleep Mode will temporarily put all tabs to sleep mode for saving RAM memory, saving battery and make your computer\/laptop faster.",
    "version": "2.2.2",
    "author": "matico",
    "permissions": [
        "tabs",
        "activeTab",
        "webNavigation",
        "storage",
        "",
        "contextMenus"
    ],
    "icons": {
        "128": "icon\/enable.png"
    },
    "background": {
        "scripts": [
            "menus\/index.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon\/enable.png",
        "default_popup": "options\/index.html"
    },
    "options_ui": {
        "page": "options\/index.html"
    }
}