Bookmark group tabs

Bookmark in a folder all the tabs of a group

Bookmark group tabsคืออะไร?

Bookmark group tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thomasmondor01 และคุณลักษณะหลักของมันคือ "Bookmark in a folder all the tabs of a group"

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

screenshot
screenshot
screenshot

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

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

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

                        If you have used Chrome's grouping feature, you probably experienced wanting to close a group of tabs without losing them. You then had to create a bookmark for each and every one of the tabs in the group. And it probably annoyed you :)

You might know that by right-clicking on a bookmarks folder, you can open all its tabs in a group, which even gets the name of the folder.

This extension allows you to do the opposite : by clicking on the extension's icon (top right corner of your screen), a folder containing the group's tabs is automatically created in your bookmarks bar, with the title of the group as title. To do so, the currently open tab simply needs to be in the desired group when you click on the extension's icon.

You can then quickly move this new folder to the folder or location that suits you!                    

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

ชื่อ Bookmark group tabs Bookmark group tabs
ID kndieddefnlofcgjljoagkgmnclmkjhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmark-group-tabs/kndieddefnlofcgjljoagkgmnclmkjhh
คำอธิบาย Bookmark in a folder all the tabs of a group
ขนาดไฟล์ 6.92 KB
จำนวนการติดตั้ง 102
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-05-26
วันที่เผยแพร่ 2022-05-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา thomasmondor01
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark group tabs",
    "version": "1.1",
    "manifest_version": 3,
    "description": "Bookmark in a folder all the tabs of a group",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Click to bookmark the current tab's group"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "bookmarks"
    ]
}