Group Tabs By Domain

New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs.

Group Tabs By Domain क्या है?

Group Tabs By Domain grouptabsbydomain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs."।

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

screenshot

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

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

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

                        Group all the tabs by domain/website url. This will help user to keep tabs organized.

New tabs are automatically moved to the correct group. If no group is available then new group will be created.

It groups all tabs by top level domain. group name will be GOOGLE for both below url(s).
https://google.com
https://docs.google.com                    

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

नाम Group Tabs By Domain Group Tabs By Domain
ID icmbnkmjhdapliaologdghjfpcmcimln
आधिकारिक URL https://chromewebstore.google.com/detail/group-tabs-by-domain/icmbnkmjhdapliaologdghjfpcmcimln
विवरण New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs.
फ़ाइल का आकार 63.21 KB
स्थापना संख्या 3,084
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2022-06-08
प्रकाशन तिथि 2022-06-08
रेटिंग 4.52/5 कुल 31 रेटिंग्स
डेवलपर grouptabsbydomain
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Group Tabs By Domain",
    "version": "0.0.0.1",
    "description": "New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabGroups",
        "tabs"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "commands": {
        "group-tabs-by-domain": {
            "suggested_key": {
                "default": "Ctrl+Shift+Left",
                "mac": "Command+Shift+Left"
            },
            "description": "New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs."
        }
    }
}