Workspace Launcher

Quickly Launch Custom Workspaces

Workspace Launcher란 무엇입니까?

Workspace Launcher은(는) JS Vancouver에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly Launch Custom Workspaces"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Workspace Launcher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}