SuperTabs

SuperTabs allows you to list and search current open tabs and switch to them quickly.

什麼是SuperTabs?

SuperTabs是由https://hamedmp.github.io開發的Chrome擴展程式,該擴展的主要功能是“SuperTabs allows you to list and search current open tabs and switch to them quickly.”。

擴展截圖

screenshot
screenshot
screenshot

下載SuperTabs擴展crx文件

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

擴展使用說明

                        Have you ever lost in the open tabs of your browser? Do you know how many open tabs you have at the moment? 

SuperTabs allows you to list and search current open tabs and switch to them quickly.

You can search for tabs based on their titles. The number of open tabs is shown as badge counter. By selecting the title of the tabs, it will get activated. You can navigate through the search result using Tab button and pressing Enter will activate that tab. 

For opening the pop up, use the shortcut of Cmd+E on Mac and Ctrl+E on Windows. Video here: https://youtu.be/uad9mZknUDk

Enjoying it? Cheer me up by buying me a coffee, I love it: buymeacoff.ee/hamedmp                    

擴展基本資訊

名稱 SuperTabs SuperTabs
ID mlgnpmfabelpnbinakibjcaibnfdnpkn
官方網址 https://chromewebstore.google.com/detail/supertabs/mlgnpmfabelpnbinakibjcaibnfdnpkn
簡介 SuperTabs allows you to list and search current open tabs and switch to them quickly.
檔案大小 40.65 KB
安裝次數 2,683
目前版本 1.0.1
更新時間 2018-05-28
上架時間 2018-05-28
評分 4.86/5 共 7 次評分
開發者 https://hamedmp.github.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/HamedMP/SuperTabs
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SuperTabs",
    "description": "SuperTabs allows you to list and search current open tabs and switch to them quickly.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "32": "assets\/icon_32.png",
            "64": "assets\/icon_64.png",
            "128": "assets\/icon_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "SuperTabs"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "global": true
        }
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}