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
公式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"
    ]
}