Seshy
Fewer tabs, more focus.
¿Qué es Seshy?
Seshy es una extensión de Chrome desarrollada por Homostellaris, y su función principal es "Fewer tabs, more focus.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Seshy
Descarga archivos de extensión Seshy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Seshy |
ID | noeieddjehppejohbbchbcmheecaneac |
URL Oficial | https://chromewebstore.google.com/detail/seshy/noeieddjehppejohbbchbcmheecaneac |
Descripción | Fewer tabs, more focus. |
Tamaño del Archivo | 622 KB |
Cantidad de Instalaciones | 34 |
Versión Actual | 0.2.8 |
Última Actualización | 2023-06-13 |
Fecha de Publicación | 2019-07-29 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Homostellaris |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/homostellaris/seshy |
URL de la Página de Ayuda | https://github.com/homostellaris/seshy/issues |
Idiomas Soportados | 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" ] } |