Seshy
Fewer tabs, more focus.
Seshy là gì?
Seshy là một tiện ích mở rộng Chrome được phát triển bởi Homostellaris, và tính năng chính của nó là "Fewer tabs, more focus.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Seshy
Tải xuống các tệp mở rộng Seshy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Seshy |
ID | noeieddjehppejohbbchbcmheecaneac |
URL Chính Thức | https://chromewebstore.google.com/detail/seshy/noeieddjehppejohbbchbcmheecaneac |
Mô tả | Fewer tabs, more focus. |
Kích Thước Tệp | 622 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 0.2.8 |
Cập Nhật Lần Cuối | 2023-06-13 |
Ngày Phát Hành | 2019-07-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Homostellaris |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/homostellaris/seshy |
URL Trang Trợ Giúp | https://github.com/homostellaris/seshy/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |