Tab Space
Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…
Tab Spaceคืออะไร?
Tab Space เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kosei28 และคุณลักษณะหลักของมันคือ "Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Space
ดาวน์โหลดไฟล์ส่วนขยาย Tab Space ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This extension allows you to easily manage a large number of windows and tabs and save your time and memory. Features: - Save a window as a workspace - Automatically save tabs in a workspace - Quickly switch to the desired window - Sort workspaces by drag and drop - Show tabs in a workspace - Count tabs in a workspace Shortcut Keys: - Alt + W: Open Tab Space - Up Arrow and Down Arrow: Select a window or a workspace - Left Arrow and Right Arrow: Select an opened window - Enter: Switch to the selected window Tab Space does not track or collect any of your data. Developer: - kosei28: https://twitter.com/kosei_28
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Space |
ID | haldijfdieafjhbgbfmpkolndlpkfoin |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-space/haldijfdieafjhbgbfmpkolndlpkfoin |
คำอธิบาย | Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This… |
ขนาดไฟล์ | 189 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2022-06-23 |
วันที่เผยแพร่ | 2022-05-08 |
ผู้พัฒนา | kosei28 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Space", "manifest_version": 3, "version": "1.0.7", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "storage", "unlimitedStorage" ], "background": { "service_worker": "build\/background.js" }, "action": { "default_popup": "index.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+W" } } } } |