Toggle Last Tab
Toggle to your last tab using a keyboard shortcut.
Toggle Last Tabคืออะไร?
Toggle Last Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rawbytz และคุณลักษณะหลักของมันคือ "Toggle to your last tab using a keyboard shortcut."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toggle Last Tab
ดาวน์โหลดไฟล์ส่วนขยาย Toggle Last Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
• Supports multiple Chrome windows
• Supports "Create shortcut" windows
• You can click on the toolbar icon to activate too.
• Lightweight, no special permissions required ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pplmknomeoikmohcigcdbmbanedfjbff |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/toggle-last-tab/pplmknomeoikmohcigcdbmbanedfjbff |
| คำอธิบาย | Toggle to your last tab using a keyboard shortcut. |
| ขนาดไฟล์ | 12.28 KB |
| จำนวนการติดตั้ง | 266 |
| เวอร์ชันปัจจุบัน | 0.1.3 |
| อัปเดตครั้งล่าสุด | 2019-04-29 |
| วันที่เผยแพร่ | 2019-04-29 |
| คะแนน | 4.25/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | rawbytz |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Toggle Last Tab",
"version": "0.1.3",
"description": "Toggle to your last tab using a keyboard shortcut.",
"browser_action": {
"default_icon": "TLT_128.png",
"default_title": "Toggle Last Tab"
},
"icons": {
"128": "TLT_128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Q"
}
}
},
"manifest_version": 2
} | |