PowerSwitch

Switch tabs by typing

什麼是PowerSwitch?

PowerSwitch是由Malcolm Handley開發的Chrome擴展程式,該擴展的主要功能是“Switch tabs by typing”。

擴展截圖

screenshot
screenshot

下載PowerSwitch擴展crx文件

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

擴展使用說明

                        PowerSwitch is a tab switcher that lets you switch tabs instantly with your keyboard. Press command/control-k to open the list of tabs, type to filter the tabs, press enter to select one.

This solves two problems:
- you can pop over to a particular tab just by knowing its name. Lost your Gmail tab in ten windows with twelve tabs each? No problem: Just press command-k and type some of the name of the tab.
- you can easily bounce between two tabs, the way that you can alt-tab between apps: command-k, enter.

Version 2013.9.21 fixes bugs with full-screen windows and with not bringing a window to the front when switching tabs (apparently because of a change in Chrome's behavior) and removes the toolbar button. Now the keyboard shortcut is the only way to use PowerSwitch.

Version 2013.4.2 fixes a bug that caused the list of tabs to be empty after loading certain kinds of tabs.

(PowerSwitch is similar to Emacs' iswitchb and also to the Recent Files UI in IntelliJ.)                    

擴展基本資訊

名稱 PowerSwitch PowerSwitch
ID lljbpnomhjlnohbcipjjjmnbncfofobe
官方網址 https://chromewebstore.google.com/detail/powerswitch/lljbpnomhjlnohbcipjjjmnbncfofobe
簡介 Switch tabs by typing
檔案大小 57.42 KB
安裝次數 662
目前版本 2020.4.1
更新時間 2020-04-01
上架時間 2020-04-01
評分 4.68/5 共 28 次評分
開發者 Malcolm Handley
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PowerSwitch",
    "version": "2020.4.1",
    "description": "Switch tabs by typing",
    "background": {
        "scripts": [
            "MochiKit.js",
            "background.js"
        ]
    },
    "commands": {
        "switch_tab": {
            "suggested_key": {
                "default": "Ctrl+K"
            },
            "description": "Bring up the tab switcher"
        }
    },
    "permissions": [
        "tabs"
    ]
}