Sleep Mode

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

什麼是Sleep Mode?

Sleep Mode是由mactiencong開發的Chrome擴展程式,該擴展的主要功能是“Sleep Mode will temporarily put all tabs to sleep mode for saving RAM memory, saving battery and make your computer/laptop faster.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Sleep Mode擴展crx文件

下載Sleep Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 Sleep Mode Sleep Mode
ID kekjbckkfbdknpcpcdpmlkbnleeddamg
官方網址 https://chromewebstore.google.com/detail/sleep-mode/kekjbckkfbdknpcpcdpmlkbnleeddamg
簡介 Sleep Mode will temporarily put all tabs to sleep mode for saving RAM memory, saving battery and make your computer/laptop faster.
檔案大小 1.74 MB
安裝次數 3,462
目前版本 2.2.2
更新時間 2019-11-21
上架時間 2019-11-18
評分 3.40/5 共 10 次評分
開發者 mactiencong
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.linkedin.com/in/mactiencong/
說明頁面URL https://www.linkedin.com/in/mactiencong/
支援的語言 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"
    }
}