PowerSwitch

Switch tabs by typing

PowerSwitchคืออะไร?

PowerSwitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Malcolm Handley และคุณลักษณะหลักของมันคือ "Switch tabs by typing"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PowerSwitch

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