Workspace Launcher
Quickly Launch Custom Workspaces
Workspace Launcherとは何ですか?
Workspace LauncherはJS Vancouverによって開発されたChromeの拡張機能で、その主な機能は「Quickly Launch Custom Workspaces」です。
拡張機能のスクリーンショット
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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |