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
screenshot
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
Eメール danfalcas@gmail.com
支払い方法 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"
    ]
}