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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yat Hong และคุณลักษณะหลักของมันคือ "Switch between tabs by flip through the thumbnail or title of tabs in 3D view"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3D Flip Tab Switch

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}