Fast Tab Switch

Switch tabs by selecting the screenshot of a tab.

Fast Tab Switchคืออะไร?

Fast Tab Switch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EagerLogic และคุณลักษณะหลักของมันคือ "Switch tabs by selecting the screenshot of a tab."

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

screenshot

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

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

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

                        If you are lost in lots of tabs than this extension is for you. Press Alt+T and you can switch tabs choosing its screenshot. It's lot faster than reading the name of the tabs.                    

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

ชื่อ Fast Tab Switch Fast Tab Switch
ID nahgoobilmipjlggkihbjjfkajalacje
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fast-tab-switch/nahgoobilmipjlggkihbjjfkajalacje
คำอธิบาย Switch tabs by selecting the screenshot of a tab.
ขนาดไฟล์ 216 KB
จำนวนการติดตั้ง 216
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-04-30
วันที่เผยแพร่ 2015-04-30
คะแนน 4.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา EagerLogic
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Tab Switch",
    "description": "Switch tabs by selecting the screenshot of a tab.",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "48": "logo_48.png",
        "64": "logo_64.png",
        "128": "logo_128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "tabCapture",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            }
        }
    },
    "browser_action": {
        "default_icon": "logo_32.png",
        "default_title": "Fast Tab Switch - Alt+T"
    }
}