Automatically Group Tabs

Automatically group tabs by URL

Automatically Group Tabs क्या है?

Automatically Group Tabs aximario द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically group tabs by URL"।

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

screenshot

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

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

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

                        According to the configured rules, the tabs are automatically grouped according to the URL, which reduces the trouble that it is difficult to find the desired tab.                    

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

नाम Automatically Group Tabs Automatically Group Tabs
ID apdbpjooldepljcbgbcjefgodkmhenle
आधिकारिक URL https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle
विवरण Automatically group tabs by URL
फ़ाइल का आकार 13.7 KB
स्थापना संख्या 76
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2022-05-29
प्रकाशन तिथि 2022-05-16
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर aximario
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "default_locale": "zh_CN",
    "description": "__MSG_extensionDescription__",
    "version": "2.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabGroups"
    ],
    "action": {
        "default_title": "__MSG_optionsPageTitle__",
        "default_icon": {
            "16": "\/images\/tabgroups.png",
            "32": "\/images\/tabgroups.png",
            "48": "\/images\/tabgroups.png",
            "128": "\/images\/tabgroups.png"
        }
    },
    "icons": {
        "16": "\/images\/tabgroups.png",
        "32": "\/images\/tabgroups.png",
        "48": "\/images\/tabgroups.png",
        "128": "\/images\/tabgroups.png"
    },
    "options_page": "index.html"
}