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是由max開發的Chrome擴展程式,該擴展的主要功能是“Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories”。

擴展截圖

screenshot
screenshot

下載Fast tabs 3D擴展crx文件

下載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
官方網址 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",
        ""
    ]
}