Tab Manager Auto

Fully Automated Tab Manager Extension

Tab Manager Auto क्या है?

Tab Manager Auto autotabgroups द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fully Automated Tab Manager Extension"।

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

screenshot
screenshot
screenshot

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

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

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

                        Are you tired of having too many tabs open and losing track of which ones belong together? Auto Tab Groups is here to help!
This extension promotes ease of use by automatically grouping tabs from the same source domain into organized groups, saving you time and effort. Unlike other tab manager extensions, Auto Tab Groups takes care of the heavy lifting for you, making it easy to navigate through all of your open tabs without introducing extra workload for users. Try Auto Tab Groups and experience the convenience of a well-organized tab system.

Functionality:

- Auto Grouping
    Automatically detect tabs with the same source domain and put them into
    the same tab group.
- Auto Ordering
    Push the last active tab to the first position of its tab group. Frequently
    visited tabs would always be found at the left section of the tab group.
- Customize Grouping
    Users can create custom tab groups.                    

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

नाम Tab Manager Auto Tab Manager Auto
ID mplpoddifhoaicmpbjgpfnbljcabibak
आधिकारिक URL https://chromewebstore.google.com/detail/tab-manager-auto/mplpoddifhoaicmpbjgpfnbljcabibak
विवरण Fully Automated Tab Manager Extension
फ़ाइल का आकार 80.5 KB
स्थापना संख्या 1,102
वर्तमान संस्करण 1.4
अंतिम अपडेट 2023-02-14
प्रकाशन तिथि 2023-01-11
रेटिंग 4.25/5 कुल 8 रेटिंग्स
डेवलपर autotabgroups
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Manager Auto",
    "description": "Fully Automated Tab Manager Extension",
    "version": "1.4",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ],
    "background": {
        "service_worker": "tabManager.js"
    },
    "minimum_chrome_version": "92",
    "action": {
        "default_popup": "tabManager.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}