3D Flip Tab Switch

Switch between tabs by flip through the thumbnail or title of tabs in 3D view

什麼是3D Flip Tab Switch?

3D Flip Tab Switch是由Yat Hong開發的Chrome擴展程式,該擴展的主要功能是“Switch between tabs by flip through the thumbnail or title of tabs in 3D view”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載3D Flip Tab Switch擴展crx文件

下載3D Flip Tab Switch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        3D Flip Tab Switch is an extension that display thumbnail or title of opened tabs in 3D view and switch between tabs by flip through the tabs with different built-in flip types.

To switch tab using 3D Flip Tab Switch:
To open 3D Flip Tab Switch popup window, click the 3D Flip Tab Switch icon or press ALT+T key.
To switch Tab, click the tab thumbnail to switch to that tab, or press ENTER to switch to Selected Tab, or press CTRL+ALT then release CTRL or ALT to switch to Selected Tab.
To flip through the tabs, press RIGHT/UP ARROW or LEFT/DOWN ARROW, or press CTRL+ALT+T to flip forward one tab and press CTRL+ALT+R to flip backward one tab, or rotate the wheel on your mouse to flip through the tabs.
To close 3D Flip Tab Switch popup window without switching tabs, click outside 3D Flip Tab Switch popup window or press ESC.                    

擴展基本資訊

名稱 3D Flip Tab Switch 3D Flip Tab Switch
ID ffkhclfbeincphngbpfainjgpldfoknd
官方網址 https://chromewebstore.google.com/detail/3d-flip-tab-switch/ffkhclfbeincphngbpfainjgpldfoknd
簡介 Switch between tabs by flip through the thumbnail or title of tabs in 3D view
檔案大小 20.97 KB
安裝次數 261
目前版本 0.1.3
更新時間 2015-11-25
上架時間 2015-11-25
評分 3.50/5 共 8 次評分
開發者 Yat Hong
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "3D Flip Tab Switch",
    "version": "0.1.3",
    "description": "Switch between tabs by flip through the thumbnail or title of tabs in 3D view",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "image\/icon-128.png",
        "default_title": "3D Flip Tab Switch",
        "default_popup": "html\/chrome-3d-flip.html"
    },
    "icons": {
        "16": "image\/icon-16.png",
        "48": "image\/icon-48.png",
        "128": "image\/icon-128.png"
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+T",
                "mac": "Alt+T",
                "chromeos": "Alt+T",
                "linux": "Alt+T"
            }
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "manifest_version": 2
}