Workspaces
Save all your current tabs and come back to them later.
什麼是Workspaces?
Workspaces是由mdni007開發的Chrome擴展程式,該擴展的主要功能是“Save all your current tabs and come back to them later.”。
擴展截圖
下載Workspaces擴展crx文件
下載Workspaces擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Are you the type of person to always have 10+ tabs open on your browser? With Workspace you can save all your open tabs without having to bookmark them. Now you can finally turn off your computer knowing that you can get back all your opened tabs. Updates: v2: - Added button to update current workspaces (by Ganesh Swamypillai)
擴展基本資訊
名稱 | Workspaces |
ID | eehocaoejekpmecmfecdkpohdkgkmoee |
官方網址 | https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee |
簡介 | Save all your current tabs and come back to them later. |
檔案大小 | 664 KB |
安裝次數 | 2,918 |
目前版本 | 2 |
更新時間 | 2022-01-30 |
上架時間 | 2019-10-03 |
評分 | 3.52/5 共 21 次評分 |
開發者 | mdni007 |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://mdislam.com/data/workspaces.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Workspaces", "description": "Save all your current tabs and come back to them later.", "version": "2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "index.html" }, "web_accessible_resources": [ "fonts\/*" ], "permissions": [ "storage", "tabs" ] } |