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文件

下載Tab Heaven擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝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 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
官方網址 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"
    ]
}