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" ] } |