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
官方網址 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
}