Seshy
Fewer tabs, more focus.
Was ist Seshy?
Seshy ist eine Chrome-Erweiterung, die von Homostellaris entwickelt wurde, und ihr Hauptmerkmal ist "Fewer tabs, more focus.".
Erweiterungsscreenshots
Seshy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Seshy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Seshy |
ID | noeieddjehppejohbbchbcmheecaneac |
Offizielle URL | https://chromewebstore.google.com/detail/seshy/noeieddjehppejohbbchbcmheecaneac |
Beschreibung | Fewer tabs, more focus. |
Dateigröße | 622 KB |
Installationsanzahl | 34 |
Aktuelle Version | 0.2.8 |
Letztes Update | 2023-06-13 |
Veröffentlichungsdatum | 2019-07-29 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Homostellaris |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/homostellaris/seshy |
Hilfeseite URL | https://github.com/homostellaris/seshy/issues |
Unterstützte Sprachen | 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" ] } |