Better Group Tabs

Easily convert your Chrome tabs to a list, save tabs in one or more groups and restore them back to tabs in a click.

Better Group Tabs क्या है?

Better Group Tabs chromio.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily convert your Chrome tabs to a list, save tabs in one or more groups and restore them back to tabs in a click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        The most convenient way to keep your tabs organized

Save your open tabs into a list and restore back any time
Feeling familiar when too many tabs open at the same time and browser slows down? Group Tabs is specifically designed to make your browser experience comfortable by converting your open tabs into a list and group tabs the way it would work best for you. You can always easily restore the tabs, choosing one specific tab or all tabs at once.

Reduce your computer memory consumption
Having your multiple Chrome tabs organized into a list does not only ease your browsing experience but also helps to reduce your computer memory consumption up to 95% and CPU usage. You will find your browser working faster and prevent tabs from cluttering.

Easy to use
Group Tabs allows reordering and grouping tabs the way you like it. It’s made extremely easy to operate the tabs – you can drag and drop them to reach the right order for you, and hold down the Ctrl or Cmd key while restoring tabs, so that they remain in your list.

You do not need to worry that your tab list will disappear accidentally if Chrome crash happens or if you restart your computer – your list will be automatically saved. Take a few seconds to install Group Tabs to Chrome and make your browsing experience even more convenient.                    

एक्सटेंशन की मूल जानकारी

नाम Better Group Tabs Better Group Tabs
ID mmjaoaafcnfpgjlhkoopnnlhmkjmeglg
आधिकारिक URL https://chromewebstore.google.com/detail/better-group-tabs/mmjaoaafcnfpgjlhkoopnnlhmkjmeglg
विवरण Easily convert your Chrome tabs to a list, save tabs in one or more groups and restore them back to tabs in a click.
फ़ाइल का आकार 90.31 KB
स्थापना संख्या 746
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2021-06-24
प्रकाशन तिथि 2020-09-07
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर chromio.dev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "\/js\/groupTabs.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/grouptabs_browser_icon-16px.png",
            "32": "images\/grouptabs_browser_icon-32px.png"
        },
        "default_popup": "popup.html",
        "default_title": "Group Tabs - Easily Manage Your Chrome Tabs"
    },
    "description": "Easily convert your Chrome tabs to a list, save tabs in one or more groups and restore them back to tabs in a click.",
    "icons": {
        "16": "images\/grouptabs_icon-16px.png",
        "24": "images\/grouptabs_icon-24px.png",
        "32": "images\/grouptabs_icon-32px.png",
        "64": "images\/grouptabs_icon-64px.png",
        "128": "images\/grouptabs_icon-128px.png"
    },
    "manifest_version": 2,
    "name": "Better Group Tabs",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}