Advanced Tabs
More power for your tabs
Advanced Tabsคืออะไร?
Advanced Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Snackbits และคุณลักษณะหลักของมันคือ "More power for your tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Advanced Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Advanced Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Advanced Tabs gives your browser some more power for your tabs. Current feature set: - Keyboard shortcut to create new tab next to current tab - Keyboard shortcut to duplicate current tab - Keyboard shortcut to move selected tab(s) to a new window If you have a feature request, feel free to contact me (rate the extension and write a comment). This is just a prototype with minimal functionality.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | elamcamcmfljngapamiephddjoggbgnk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/advanced-tabs/elamcamcmfljngapamiephddjoggbgnk |
คำอธิบาย | More power for your tabs |
ขนาดไฟล์ | 12.87 KB |
จำนวนการติดตั้ง | 129 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2023-01-17 |
วันที่เผยแพร่ | 2018-09-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Snackbits |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "WebIT-Service", "name": "__MSG_extName__", "version": "1.1.0", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "images\/icon-32.png", "default_popup": "options.html", "default_title": "__MSG_actionTitle__" }, "commands": { "new-tab-next-to-current": { "suggested_key": { "default": "Alt+T" }, "description": "__MSG_newTabHotkey__" }, "duplicate-tab": { "suggested_key": { "default": "Alt+D" }, "description": "__MSG_duplicateTabHotkey__" }, "move-tab-to-new-window": { "suggested_key": { "default": "Alt+Shift+T" }, "description": "__MSG_moveTabToNewWindowHotkey__" } }, "options_ui": { "open_in_tab": false, "page": "options.html" } } |