Seshy

Fewer tabs, more focus.

Seshy क्या है?

Seshy Homostellaris द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fewer tabs, more focus."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Seshy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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