Seshy
Fewer tabs, more focus.
Seshyคืออะไร?
Seshy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Homostellaris และคุณลักษณะหลักของมันคือ "Fewer tabs, more focus."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Seshy
ดาวน์โหลดไฟล์ส่วนขยาย Seshy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Having too many tabs open is bad for your productivity because you waste time looking for the tab you need. Rather than having one Chrome window with lots of tabs its better to have many Chrome windows with only a few tabs each. Each Chrome window can represent one task that you are working on and have only the tabs needed for that task. In Seshy we refer to each of these task contexts as 'sessions'. Whilst you are working it should be effortless to create, name, and switch between sessions. It should also be quick to close sessions you are no longer working on and re-open them later. This is what Seshy does!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Seshy |
ID | noeieddjehppejohbbchbcmheecaneac |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/seshy/noeieddjehppejohbbchbcmheecaneac |
คำอธิบาย | Fewer tabs, more focus. |
ขนาดไฟล์ | 622 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 0.2.8 |
อัปเดตครั้งล่าสุด | 2023-06-13 |
วันที่เผยแพร่ | 2019-07-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Homostellaris |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/homostellaris/seshy |
URL หน้าช่วยเหลือ | https://github.com/homostellaris/seshy/issues |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Seshy", "version": "0.2.8", "description": "Fewer tabs, more focus.", "background": { "service_worker": "workerWrapper.js" }, "action": { "default_icon": "\/ui\/status\/unsaved.png", "default_title": "Manage your sessions.", "default_popup": "\/ui\/index.html" }, "commands": { "_execute_action": { "suggested_key": { "windows": "Ctrl+Shift+S", "mac": "Ctrl+Shift+S", "chromeos": "Ctrl+Shift+S", "linux": "Ctrl+Shift+S" } } }, "icons": { "16": "ui\/icons\/app-icon-16.png", "48": "ui\/icons\/app-icon-48.png", "128": "ui\/icons\/app-icon-128.png" }, "permissions": [ "bookmarks", "tabs", "storage" ] } |