Tab Groups to Bookmarks

Manage and Save Your Tab Groups

什麼是Tab Groups to Bookmarks?

Tab Groups to Bookmarks是由fernandolins.dev開發的Chrome擴展程式,該擴展的主要功能是“Manage and Save Your Tab Groups”。

擴展截圖

screenshot
screenshot
screenshot

下載Tab Groups to Bookmarks擴展crx文件

下載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
官方網址 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
}