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