TabBrew - Tab Sidebar & Tab Manager

Declutter your chrome tabs. Look the tabs by the tab filter on your Chrome Sidebar. The best Tab Sidebar for Chrome.

TabBrew - Tab Sidebar & Tab Managerคืออะไร?

TabBrew - Tab Sidebar & Tab Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tabbrew.com และคุณลักษณะหลักของมันคือ "Declutter your chrome tabs. Look the tabs by the tab filter on your Chrome Sidebar. The best Tab Sidebar for Chrome."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabBrew - Tab Sidebar & Tab Manager

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

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

                        We want to help you to work with a lot of tabs easier!

TabBrew provides a simple way to manage and declutter your chrome tabs. 
Use tab filter for categorize and manage your tabs.

Features
● Tab Filter
● Tab Sidebar
● Tab Collections
● Tab Note
● Tab Uncategorized
● Tasks
● Tab Space

Tab Manager Tools
● Close duplicate tabs
● Merge windows
● Discard tabs
● Sort tabs
● Group tabs
● Save tabs

Stay focus and easy to look what you interested.
This tab sidebar will help you to keep focus your work and reduce your time to manage tabs. You can use tab manager in TabBrew to cleanup your chrome tabs!

Multitasking on your tabs!

-------

Support

Feel free to contact support at [email protected].                    

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

ชื่อ TabBrew - Tab Sidebar & Tab Manager TabBrew - Tab Sidebar & Tab Manager
ID ikmpmkkcmhhnjmdiooekbhfmomcbefkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabbrew-tab-sidebar-tab-m/ikmpmkkcmhhnjmdiooekbhfmomcbefkf
คำอธิบาย Declutter your chrome tabs. Look the tabs by the tab filter on your Chrome Sidebar. The best Tab Sidebar for Chrome.
ขนาดไฟล์ 1.05 MB
จำนวนการติดตั้ง 1,309
เวอร์ชันปัจจุบัน 3.8.8
อัปเดตครั้งล่าสุด 2024-01-25
วันที่เผยแพร่ 2022-01-21
คะแนน 3.57/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://tabbrew.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.tabbrew.com
URL หน้าช่วยเหลือ https://www.tabbrew.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.termsfeed.com/live/aed8d6f7-d3c6-4da8-bd4b-3b5dcc174395
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Declutter your chrome tabs. Look the tabs by the tab filter on your Chrome Sidebar. The best Tab Sidebar for Chrome.",
    "version": "3.8.8",
    "manifest_version": 3,
    "name": "TabBrew - Tab Sidebar & Tab Manager",
    "chrome_url_overrides": {
        "newtab": "tabbrew.html"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "action": {
        "default_icon": "icon-34.png",
        "default_title": "TabBrew"
    },
    "icons": {
        "16": "icon-16.png",
        "20": "icon-20.png",
        "32": "icon-32.png",
        "34": "icon-34.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "tabGroups",
        "sidePanel"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "host_permissions": [
        "https:\/\/tabbrew.com\/*",
        "https:\/\/www.tabbrew.com\/*",
        "https:\/\/dqloywaklyuwrecshlyh.supabase.co\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "panel.html"
            ],
            "matches": [
                "https:\/\/tabbrew.com\/*",
                "https:\/\/www.tabbrew.com\/*"
            ]
        },
        {
            "resources": [
                "icon-16.png",
                "icon-20.png",
                "icon-32.png",
                "icon-34.png",
                "icon-64.png",
                "icon-128.png"
            ],
            "matches": []
        }
    ]
}