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
官方網址 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"
    ]
}