Workspaces

Save all your current tabs and come back to them later.

Workspacesคืออะไร?

Workspaces เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mdni007 และคุณลักษณะหลักของมันคือ "Save all your current tabs and come back to them later."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Workspaces

ดาวน์โหลดไฟล์ส่วนขยาย 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 Workspaces
ID eehocaoejekpmecmfecdkpohdkgkmoee
URL อย่างเป็นทางการ 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"
    ]
}