Auto Tab Group

This extension will automatically group tabs by domain if a group already exists with only that domain in the group.

Auto Tab Group क्या है?

Auto Tab Group ron.troyer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will automatically group tabs by domain if a group already exists with only that domain in the group."।

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

screenshot

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

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

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

                        Auto Tab Group will automatically group any new tab created to any tab group you've already created that only has a single domain in it. This helps keep your tabs organized automatically!                    

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

नाम Auto Tab Group Auto Tab Group
ID fegfjeilahnhmeeiaagmdnnmenefpgld
आधिकारिक URL https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld
विवरण This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
फ़ाइल का आकार 15.59 KB
स्थापना संख्या 10
वर्तमान संस्करण 1.4
अंतिम अपडेट 2021-05-10
प्रकाशन तिथि 2021-03-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ron.troyer
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/j0be/AutoTabGroup
सहायता पृष्ठ URL https://github.com/j0be/AutoTabGroup
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Tab Group",
    "description": "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.",
    "version": "1.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "tabGroups"
    ],
    "icons": {
        "16": "\/16x16.png",
        "32": "\/32x32.png",
        "48": "\/48x48.png",
        "128": "\/128x128.png"
    }
}