Workspace Launcher
Quickly Launch Custom Workspaces
Workspace Launcherคืออะไร?
Workspace Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JS Vancouver และคุณลักษณะหลักของมันคือ "Quickly Launch Custom Workspaces"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Workspace Launcher
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |