Tab Heaven

Stop having too many tabs open. Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You…

Tab Heaven란 무엇입니까?

Tab Heaven은(는) iamnotnader에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stop having too many tabs open. Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You…"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Stop having too many tabs open.


Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You can set a maximum number of "unpinned" tabs you'd like to have open. If you open more than the max number of unpinned tabs, Tab Heaven will automatically close your least recently viewed unpinned tab, so you'll never get overloaded.

Access pinned tabs using CTRL+1,2,3,4... hotkeys so you never have to use the mouse for your most important tabs.

Tab Heaven is better than other extensions because it lets you pin tabs you use all the time and prevent them from autoclosing, which is crucial.

Just right-click on a tab to pin it.                    

확장 프로그램 기본 정보

이름 Tab Heaven Tab Heaven
ID ajnlnlhcogajdhgjnnolclpcdoamfmlo
공식 URL https://chrome.google.com/webstore/detail/tab-heaven/ajnlnlhcogajdhgjnnolclpcdoamfmlo
설명 Stop having too many tabs open. Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You…
파일 크기 51.04 KB
설치 횟수 78
현재 버전 0.2
최근 업데이트 2015-02-03
출시 날짜 2015-02-03
평점 4.30/5 총 10 개의 평점
개발자 iamnotnader
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Heaven",
    "version": "0.2",
    "icons": {
        "128": "img\/icon256.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon256.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs"
    ]
}