Workspace Manager

Tab Manager and Productivity Extension - save tabs as workspaces and revisit them in the future

Workspace Managerคืออะไร?

Workspace Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bob Aleena และคุณลักษณะหลักของมันคือ "Tab Manager and Productivity Extension - save tabs as workspaces and revisit them in the future"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Workspace Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Workspace Manager is a productivity tab manager which allows you to organize and save a set of tabs as a 'workspace' and reopen them again later. 

No more tab overflow madness!! #chromeextensions #productivity #gtd #essentialism

Simple and focused on utility. 

Create different Workspaces for different purposes such as a school project or a recurring activity like tax planning. 

Donations are welcome here! www.ko-fi.com/workspacemanager

**NEW with 0.980***
Compressed storage, improved algorithm for retrieval

Support for French, Spanish, Hindi 
(welcome for others to add languages)
Ability to overwrite Workspaces
Improved layout

* Open Tabs vs Searched Tabs
By default the set of currently open tabs are shown. Searching will return all workspaces and their tabs. 

* Show All Tabs

You can open a window showing all workspaces and their associated tabs. This page will allow you to delete Workspaces if desired

* Name considerations
Workspace names are protected. If you want to overwrite, you must first go to Show All, and delete the existing workspace. Only the latest saved set of tabs for that workspace will be retained. .

Last but not least: 
If you like this extension, please consider giving it a 5 star rating! If you have suggestions, please send it via the feedback form - all suggestions/comments/questions are welcome!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Workspace Manager Workspace Manager
ID cpfchfkodgnkhfmndmmkecbihmdahpia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/workspace-manager/cpfchfkodgnkhfmndmmkecbihmdahpia
คำอธิบาย Tab Manager and Productivity Extension - save tabs as workspaces and revisit them in the future
ขนาดไฟล์ 989 KB
จำนวนการติดตั้ง 2,841
เวอร์ชันปัจจุบัน 0.980
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2020-04-04
คะแนน 4.44/5 รวมทั้งหมด 41 คะแนน
ผู้พัฒนา Bob Aleena
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.jugya.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "files\/*",
        "js\/languages.json"
    ],
    "name": "Workspace Manager",
    "version": "0.980",
    "manifest_version": 2,
    "short_name": "Workspace Tab Manager extension.",
    "description": "Tab Manager and Productivity Extension - save tabs as workspaces and revisit them in the future",
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16x16.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'"
}