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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}