New Tab in Group
Opens a new tab in the current group via keyboard shortcut
New Tab in Groupคืออะไร?
New Tab in Group เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Toby Wolff-Maritz และคุณลักษณะหลักของมันคือ "Opens a new tab in the current group via keyboard shortcut"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab in Group
ดาวน์โหลดไฟล์ส่วนขยาย New Tab in Group ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension that opens a new tab in the current tab group using a shortcut. Windows: Ctrl+Shift+Y Mac: Command+Shift+Y Chrome OS: Ctrl+Shift+U Linux: Ctrl+Shift+J
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cgcjmikekhoocfjbihnklkpfapmgjboi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/new-tab-in-group/cgcjmikekhoocfjbihnklkpfapmgjboi |
คำอธิบาย | Opens a new tab in the current group via keyboard shortcut |
ขนาดไฟล์ | 9.3 KB |
จำนวนการติดตั้ง | 63 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2022-07-25 |
วันที่เผยแพร่ | 2022-07-23 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Toby Wolff-Maritz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/tmaritz/chrome-extension-new-tab-in-group |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab in Group", "version": "0.0.1", "description": "Opens a new tab in the current group via keyboard shortcut", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": [], "commands": { "_execute_action": { "suggested_key": { "windows": "Ctrl+Shift+Y", "mac": "Command+Shift+Y", "chromeos": "Ctrl+Shift+U", "linux": "Ctrl+Shift+J" } } }, "icons": { "16": "assets\/layer-plus16.png", "32": "assets\/layer-plus32.png", "64": "assets\/layer-plus64.png", "128": "assets\/layer-plus128.png" } } |