Spaces for Chrome

Do more with less in mind.

什么是Spaces for Chrome?

Spaces for Chrome是由Danny Fallas开发的Chrome扩展程序,该扩展的主要功能是“Do more with less in mind.”。

扩展截图

screenshot

下载Spaces for Chrome扩展crx文件

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

扩展使用说明

                        Have to many tabs on your window, click to create a new Space and store it for when you need all those tab again. This will allow you to have multiple workspaces.

How to use:
1) Click on the extension icon, this will prompt for a Space name.
2) When you want to recover the space, right-click on the extension icon and choose the Space you want to get                    

扩展基本信息

名称 Spaces for Chrome Spaces for Chrome
ID mejaedfjghhonfahjkmbkphdibnlbool
官方URL https://chromewebstore.google.com/detail/spaces-for-chrome/mejaedfjghhonfahjkmbkphdibnlbool
简介 Do more with less in mind.
文件大小 179 KB
安装次数 92
当前版本 1.2.1
更新时间 2019-07-04
上架时间 2019-07-04
评分 5.00/5 共1次评分
开发者 Danny Fallas
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spaces for Chrome",
    "version": "1.2.1",
    "description": "Do more with less in mind.",
    "icons": {
        "128": "media\/spaces_v1.2.0.png"
    },
    "browser_action": {
        "default_title": "Save Space"
    },
    "content_scripts": [
        {
            "js": [
                "js\/assets\/jquery-3.2.1.slim.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "js\/background.js",
        "media\/spaces_v1.2.0.png"
    ],
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}