Switch Last Tabs

Use the shortcut (or define your own) to switch between your two last used tabs. Requires a one-time payment.

Switch Last Tabsคืออะไร?

Switch Last Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Or Schiro และคุณลักษณะหลักของมันคือ "Use the shortcut (or define your own) to switch between your two last used tabs. Requires a one-time payment."

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

screenshot

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

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

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

                        You can modify the shortcut by opening the following URL: 

chrome://extensions/shortcuts                    

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

ชื่อ Switch Last Tabs Switch Last Tabs
ID odhjcgnlbagjllfbilicalpigimhdcll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/switch-last-tabs/odhjcgnlbagjllfbilicalpigimhdcll
คำอธิบาย Use the shortcut (or define your own) to switch between your two last used tabs. Requires a one-time payment.
ขนาดไฟล์ 61.9 KB
จำนวนการติดตั้ง 4,256
เวอร์ชันปัจจุบัน 49
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2020-05-30
คะแนน 4.33/5 รวมทั้งหมด 265 คะแนน
ผู้พัฒนา Or Schiro
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้าช่วยเหลือ https://github.com/orschiro/AltQ/issues
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "49",
    "manifest_version": 3,
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Q",
                "windows": "Alt+Q",
                "mac": "Alt+Q",
                "chromeos": "Alt+Q",
                "linux": "Alt+Q"
            }
        }
    },
    "permissions": [
        "storage",
        "offscreen"
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}