Quick Tab Switcher

Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…

Quick Tab Switcherคืออะไร?

Quick Tab Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย me1hi0r และคุณลักษณะหลักของมันคือ "Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…"

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

screenshot
screenshot

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

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

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

                        Press Ctr+I  or Command+I  (OS X) to open window.

Quick Tab Switcher is a tab management browser extension for the Google Chrome web browser. 

Quick Tabs allows you to move quickly between recently used tabs without requiring the use of your mouse, locate and switch to tabs as you need them with minimal keystrokes even when you have large numbers of open tabs.                    

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

ชื่อ Quick Tab Switcher Quick Tab Switcher
ID piinjokkgkfeaeaphgconmhgblfjklmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-tab-switcher/piinjokkgkfeaeaphgconmhgblfjklmc
คำอธิบาย Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…
ขนาดไฟล์ 20.6 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2015-08-27
วันที่เผยแพร่ 2015-08-27
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา me1hi0r
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sl0ki/tab-switcher
URL หน้าช่วยเหลือ https://github.com/sl0ki/tab-switcher
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Tab Switcher",
    "description": "",
    "version": "0.0.4",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "open_tabs_window": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "Command+I"
            },
            "description": "Open Tab Switcher"
        }
    }
}