Tab Hibernate

Send tabs you don't use to into hibernation to save up on memory usage

Tab Hibernate란 무엇입니까?

Tab Hibernate은(는) dcohenb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send tabs you don't use to into hibernation to save up on memory usage"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tab Hibernate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Is Your computer slow? unresponsive?
Are you the type of person who keeps lots of tabs open all the time?
Tab Hibernate to the rescue!

Tab Hibernate puts all your unused tabs into sleep mode.
that way they don't take up memory or CPU usage.

Your PC will be faster, Battery will last longer and your computer will be more responsive!

We would love to get your feedback and improve.
if you like our extension please rate us and leave a comment.                    

확장 프로그램 기본 정보

이름 Tab Hibernate Tab Hibernate
ID ammlihljcndoijbkoobiobhjgoopiidn
공식 URL https://chromewebstore.google.com/detail/tab-hibernate/ammlihljcndoijbkoobiobhjgoopiidn
설명 Send tabs you don't use to into hibernation to save up on memory usage
파일 크기 107 KB
설치 횟수 6,082
현재 버전 0.3.2
최근 업데이트 2017-10-07
출시 날짜 2017-10-07
평점 3.75/5 총 72 개의 평점
개발자 dcohenb
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tabhibernate.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Daniel Cohen ",
    "background": {
        "persistent": true,
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/64.png",
        "default_popup": "popup_ui.html",
        "default_title": "Configure tabs hibernate"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Send tabs you don't use to into hibernation to save up on memory usage",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "256": "icons\/256.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "512": "icons\/512.png",
        "64": "icons\/64.png"
    },
    "manifest_version": 2,
    "name": "Tab Hibernate",
    "permissions": [
        "tabs",
        ""
    ],
    "short_name": "tab-hibernate",
    "version": "0.3.2"
}