Auto-Group Tabs

Automatically add tabs to your configured groups, based on their URL.

Auto-Group Tabs क्या है?

Auto-Group Tabs https://loilo.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically add tabs to your configured groups, based on their URL."।

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

screenshot

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

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

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

                        Categorize your frequently used websites and automatically add them to tab groups whenever you open them.                    

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

नाम Auto-Group Tabs Auto-Group Tabs
ID danncghahncanipdoajmakdbeaophenb
आधिकारिक URL https://chromewebstore.google.com/detail/auto-group-tabs/danncghahncanipdoajmakdbeaophenb
विवरण Automatically add tabs to your configured groups, based on their URL.
फ़ाइल का आकार 1.2 MB
स्थापना संख्या 15,285
वर्तमान संस्करण 0.0.20
अंतिम अपडेट 2023-10-06
प्रकाशन तिथि 2021-03-16
रेटिंग 4.75/5 कुल 80 रेटिंग्स
डेवलपर https://loilo.de
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/loilo/auto-group-tabs/issues
समर्थित भाषाएँ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.20",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/loilo.de",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "index.html?context=options"
    },
    "action": {
        "default_popup": "index.html?context=popup"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ]
}