Tab Group Saver - Save and Manage Tab Groups

Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…

Tab Group Saver - Save and Manage Tab Groupsคืออะไร?

Tab Group Saver - Save and Manage Tab Groups เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tab Group Saver และคุณลักษณะหลักของมันคือ "Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Group Saver - Save and Manage Tab Groups

ดาวน์โหลดไฟล์ส่วนขยาย Tab Group Saver - Save and Manage Tab Groups ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you can keep a cleaner workspace while reducing Chrome's memory footprint.

Features:
- Suspend tab groups & restore them later
- View all open tab groups
- Rename tab groups
- Manage your windows and tabs                    

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

ชื่อ Tab Group Saver - Save and Manage Tab Groups Tab Group Saver - Save and Manage Tab Groups
ID ghbdjeckopemkoomopmpgjifafpcjhga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-group-saver-save-and/ghbdjeckopemkoomopmpgjifafpcjhga
คำอธิบาย Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…
ขนาดไฟล์ 391 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2024-02-07
วันที่เผยแพร่ 2021-03-09
คะแนน 3.36/5 รวมทั้งหมด 81 คะแนน
ผู้พัฒนา Tab Group Saver
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/TabGroupSaver
URL หน้านโยบายความเป็นส่วนตัว https://tabgroupsaver.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7",
    "name": "Tab Group Saver - Save and Manage Tab Groups",
    "manifest_version": 3,
    "minimum_chrome_version": "89",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-48.png",
                "icon-16.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ]
}