Sleep Mode

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

Wat is Sleep Mode?

Sleep Mode is een Chrome-extensie ontwikkeld door mactiencong, en de belangrijkste functie is "Sleep Mode will temporarily put all tabs to sleep mode for saving RAM memory, saving battery and make your computer/laptop faster.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sleep Mode

Download Sleep Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Sleep Mode Sleep Mode
ID kekjbckkfbdknpcpcdpmlkbnleeddamg
Officiële URL https://chromewebstore.google.com/detail/sleep-mode/kekjbckkfbdknpcpcdpmlkbnleeddamg
Beschrijving Sleep Mode will temporarily put all tabs to sleep mode for saving RAM memory, saving battery and make your computer/laptop faster.
Bestandsgrootte 1.74 MB
Aantal Installaties 3,462
Huidige Versie 2.2.2
Laatst Bijgewerkt 2019-11-21
Publicatiedatum 2019-11-18
Beoordeling 3.40/5 Totaal 10 Beoordelingen
Ontwikkelaar mactiencong
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.linkedin.com/in/mactiencong/
Help Pagina-URL https://www.linkedin.com/in/mactiencong/
Ondersteunde Talen 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"
    }
}