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
公式URL 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
Eメール [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"
    }
}