Fast tabs 3D

Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories

Fast tabs 3Dคืออะไร?

Fast tabs 3D เป็นส่วนขยายของ Chrome ที่พัฒนาโดย max และคุณลักษณะหลักของมันคือ "Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fast tabs 3D

ดาวน์โหลดไฟล์ส่วนขยาย Fast tabs 3D ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Goal: Quick manage and navigation between tabs in the browser

The extension shows actual tab snapshots

Hot keys 
Command/Ctrl+0 - open "Fast Tabs"
ArrowLeft - focus prev group
ArrowRight - focus next group
ArrowUp - focus prev tab
ArrowDown - focus next tab
Enter - switch to focused tab
Delete - close focused tab
Ctrl+Q - toggle Quick Access/Group Favorites                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fast tabs 3D Fast tabs 3D
ID iofckehgocacfnpfgbcgpmgblkccjpnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fast-tabs-3d/iofckehgocacfnpfgbcgpmgblkccjpnk
คำอธิบาย Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories
ขนาดไฟล์ 649 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2022-06-30
วันที่เผยแพร่ 2021-03-02
ผู้พัฒนา max
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.5.0",
    "short_name": "Fast tabs 3D",
    "name": "Fast tabs 3D",
    "description": "Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories",
    "browser_action": {
        "default_title": "Fast tabs 3D",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+0",
                "mac": "Command+0"
            }
        }
    },
    "permissions": [
        "windows",
        "tabs",
        "activeTab",
        "bookmarks",
        ""
    ]
}