Tab Grouper

Find and manage your tabs easier.

Tab Grouper là gì?

Tab Grouper là một tiện ích mở rộng Chrome được phát triển bởi https://alexzran.com, và tính năng chính của nó là "Find and manage your tabs easier.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Grouper

Tải xuống các tệp mở rộng Tab Grouper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Helps you with:
  Browse all tabs opened.
  Click to jump to a tab.
  Select and smart grouping all tabs by website.
  Bookmark selected tabs in a folder and close them.

Feedback here!: https://airtable.com/shr13uwuvCmGz3tBT
Roadmap: https://chrome-tab-grouper.notion.site/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab Grouper Tab Grouper
ID dkiignmfiekgmokkmnpgohpcdolellbn
URL Chính Thức https://chromewebstore.google.com/detail/tab-grouper/dkiignmfiekgmokkmnpgohpcdolellbn
Mô tả Find and manage your tabs easier.
Kích Thước Tệp 9.62 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 0.0.0.6
Cập Nhật Lần Cuối 2023-01-16
Ngày Phát Hành 2022-02-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://alexzran.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://chrome-tab-grouper.notion.site/
URL Trang Trợ Giúp https://airtable.com/shr13uwuvCmGz3tBT
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Grouper",
    "description": "Find and manage your tabs easier.",
    "version": "0.0.0.6",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "bookmarks",
        "tabGroups"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    }
}