Seshy

Fewer tabs, more focus.

什么是Seshy?

Seshy是由Homostellaris开发的Chrome扩展程序,该扩展的主要功能是“Fewer tabs, more focus.”。

扩展截图

screenshot

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