Seshy
Fewer tabs, more focus.
Seshyとは何ですか?
SeshyはHomostellarisによって開発されたChromeの拡張機能で、その主な機能は「Fewer tabs, more focus.」です。
拡張機能のスクリーンショット
Seshy拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |