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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में TabBrew - Tab Sidebar & Tab Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
        }
    ]
}