Tab Groups to Bookmarks

Manage and Save Your Tab Groups

Tab Groups to Bookmarksคืออะไร?

Tab Groups to Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fernandolins.dev และคุณลักษณะหลักของมันคือ "Manage and Save Your Tab Groups"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Groups to Bookmarks

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

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

                        Tab Groups to Bookmarks allows you to easily organize your tabs into groups and save them as bookmark folders. It was built for multitaskers who often find themselves with many unrelated tabs open. With it you’ll be able to easily switch between tasks and tabs while staying focused and keeping your chrome session clean.

- It’s recommend to pin the extension in the extensions menu but you can also open it with Ctrl+M (MacCtrl+Command+M).
- Most of the features are accessed by context menus: try right clicking groups, saved groups and tabs.

📚 Some of the features:

- Group all tabs on a window;
- Save a group as a bookmark folder (saved under the folder “Tab Groups”);
- Drag tabs in/out of tab groups;
- Copy or download the tab groups URLs;
- Rename a tab group by double clicking it;
- Close, ungroup or delete tab groups.

---
The extension is open source and does not collect any sort of data. 

📦 You can check the source code here: https://github.com/FernandoLins8/Tab-Groups-to-Bookmarks

---
Feel free to message me any feedback. 

☕ You can also buy me a coffee if you want to support the extension development. Thanks in advance.

https://www.buymeacoffee.com/fernandolins                    

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

ชื่อ Tab Groups to Bookmarks Tab Groups to Bookmarks
ID mllgjknmdjhhbljhlcopkohfkadaakcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-groups-to-bookmarks/mllgjknmdjhhbljhlcopkohfkadaakcn
คำอธิบาย Manage and Save Your Tab Groups
ขนาดไฟล์ 46.31 KB
จำนวนการติดตั้ง 155
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2023-03-16
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา fernandolins.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/FernandoLins8/Tab-Groups-to-Bookmarks
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Groups to Bookmarks",
    "version": "1.1.1",
    "description": "Manage and Save Your Tab Groups",
    "author": "fernandolins8",
    "permissions": [
        "tabs",
        "tabGroups",
        "contextMenus",
        "bookmarks",
        "downloads"
    ],
    "action": {
        "default_title": "Tab Groups to Bookmarks",
        "default_popup": "src\/index.html"
    },
    "icons": {
        "16": "assets\/icon.png",
        "24": "assets\/icon.png",
        "32": "assets\/icon.png"
    },
    "manifest_version": 3
}