Workspace Launcher

Quickly Launch Custom Workspaces

什麼是Workspace Launcher?

Workspace Launcher是由JS Vancouver開發的Chrome擴展程式,該擴展的主要功能是“Quickly Launch Custom Workspaces”。

擴展截圖

screenshot
screenshot
screenshot

下載Workspace Launcher擴展crx文件

下載Workspace Launcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Workspace Launcher allows users to create presets of tabs for any occasion. If you have a set of websites that you tend to visit for a specific task, the extension allows you to save your tabs into a workspace which can be quickly reopened from a new Chrome window or tab. Workspaces are capable of storing whether a tab within your preset is pinned as well. You can easily save the tabs open in a current window by clicking the Workspace Launcher icon from the top right of your Chrome window. Workspaces can also be created from the Workspace Launcher interface itself.

Create a workspace for:
- Typical sites you visit to start off the day
- Resources for a specific work project
- Sites you use for a school course
- Social media sites
- Blogs you follow
- Any set of sites you want to revisit in the future!                    

擴展基本資訊

名稱 Workspace Launcher Workspace Launcher
ID nenchifcjkmfahicbjgpinmklenpfiih
官方網址 https://chromewebstore.google.com/detail/workspace-launcher/nenchifcjkmfahicbjgpinmklenpfiih
簡介 Quickly Launch Custom Workspaces
檔案大小 139 KB
安裝次數 2,128
目前版本 1.2
更新時間 2017-02-27
上架時間 2017-02-27
評分 3.43/5 共 40 次評分
開發者 JS Vancouver
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workspace Launcher",
    "short_name": "Workspace Launcher",
    "description": "Quickly Launch Custom Workspaces",
    "version": "1.2",
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/19.png",
            "38": "assets\/images\/38.png"
        },
        "default_title": "Workspace Launcher",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "assets\/images\/16.png",
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}