Seamless

Fix the Chrome tabs mess

什么是Seamless?

Seamless是由https://seamlessbrowser.com开发的Chrome扩展程序,该扩展的主要功能是“Fix the Chrome tabs mess”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Seamless扩展crx文件

下载Seamless扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Frustrated with the amount of tabs you have open?

Safely close the tabs that are not needed now
Restore from the cloud later

Browse like normal,
everything is saved automatically

More info at https://seamlessbrowser.com                    

扩展基本信息

名称 Seamless Seamless
ID lfpmphbkdblmjiacldmnnnohplomklch
官方URL https://chromewebstore.google.com/detail/seamless/lfpmphbkdblmjiacldmnnnohplomklch
简介 Fix the Chrome tabs mess
文件大小 2.96 MB
安装次数 23
当前版本 2.0.0.2
更新时间 2020-12-21
上架时间 2020-07-06
开发者 https://seamlessbrowser.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://seamlessbrowser.com
帮助页面URL https://seamlessbrowser.com/review
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seamless",
    "version": "2.0.0.2",
    "description": "Fix the Chrome tabs mess",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/seamless16.png",
            "32": "images\/seamless32.png",
            "48": "images\/seamless48.png",
            "128": "images\/seamless128.png"
        },
        "default_title": "Seamless"
    },
    "icons": {
        "16": "images\/seamless16.png",
        "32": "images\/seamless32.png",
        "48": "images\/seamless48.png",
        "128": "images\/seamless128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        },
        "select-session-down": {
            "suggested_key": {
                "default": "Ctrl+Shift+Down"
            },
            "description": "select session: down"
        },
        "select-session-up": {
            "suggested_key": {
                "default": "Ctrl+Shift+Up"
            },
            "description": "select session: up"
        },
        "select-session-select": {
            "suggested_key": {
                "default": "Ctrl+Shift+Right"
            },
            "description": "select session: select"
        }
    },
    "manifest_version": 2
}