Chromespaces

Manage your tabs in workspaces and switch between them as you want.

什么是Chromespaces?

Chromespaces是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Manage your tabs in workspaces and switch between them as you want.”。

扩展截图

screenshot
screenshot

下载Chromespaces扩展crx文件

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

扩展使用说明

                        With Chromespaces you can simply save your tabs to workspace and open them next time with one click. Opening will close all current tabs and replace them with tabs from last state.

Extension is in beta version, so feel free to post bug reports and new feature requests!

v0.3:
- GA tracking
- tab lists display

v0.2:
- simple user interface

v0.1:
- prototype                    

扩展基本信息

名称 Chromespaces Chromespaces
ID amkdgdofmdlggdnkkkcobhofoegcapco
官方URL https://chromewebstore.google.com/detail/chromespaces/amkdgdofmdlggdnkkkcobhofoegcapco
简介 Manage your tabs in workspaces and switch between them as you want.
文件大小 52.99 KB
安装次数 12
当前版本 0.3.2
更新时间 2014-01-24
上架时间 2014-01-24
评分 1.80/5 共5次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chromespaces",
    "description": "Manage your tabs in workspaces and switch between them as you want.",
    "version": "0.3.2",
    "author": "hmark.eu",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/class.js",
            "js\/workspace.js",
            "js\/settings.js",
            "js\/gateway.js",
            "js\/repo.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/inactive.png",
        "default_popup": "chromespaces.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}