Tab Switchy

Gives the freedom to play with tabs

Tab Switchyとは何ですか?

Tab SwitchyはTrinityによって開発されたChromeの拡張機能で、その主な機能は「Gives the freedom to play with tabs」です。

拡張機能のスクリーンショット

screenshot

Tab Switchy拡張機能のCRXファイルをダウンロード

Tab Switchy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ‘Tab-Switchy’ helps user to manage open tabs effectively and switch between them. This is important especially when the number of tabs is very large, as no information is visible when the number of tabs increases. This extension solves this issue by showing tabs in thumbnail view.
It also shows all the tabs closed in the current session and does away with the hassle of checking browser history to open them.
It allows bookmarking multiple tabs under a common folder name.
A new feature of a SUPER TAB has been included to give the freedom to manage the open tabs and segregate them under a common name based on their importance or similarity. All the supertabs can also be bookmarked under a folder with a single click.                    

拡張機能の基本情報

名前 Tab Switchy Tab Switchy
ID leooefpfiebcmimbkonkbohejdmppbbk
公式URL https://chrome.google.com/webstore/detail/tab-switchy/leooefpfiebcmimbkonkbohejdmppbbk
説明 Gives the freedom to play with tabs
ファイルサイズ 136 KB
インストール数 41
現在のバージョン 1.0.1.0
最終更新日 2015-01-29
公開日 2015-01-29
評価 5.00/5 合計 1 レビュー
開発者 Trinity
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Switchy",
    "version": "1.0.1.0",
    "description": "Gives the freedom to play with tabs",
    "icons": {
        "16": "utility.png",
        "48": "utility48.png",
        "128": "utility128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "utility.png",
        "default_title": "Tab Switchy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "",
        "bookmarks"
    ],
    "manifest_version": 2
}