Mark tab manager

Automatically group tabs by domain

Mark tab manager क्या है?

Mark tab manager https://bradleycushing.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically group tabs by domain"।

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

screenshot
screenshot
screenshot

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

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

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

                        Mark is a minimalist tab manager that organizes tabs as you browse. With Mark, tabs are automatically grouped by domain and sorted alphabetically so you can easily find them later.

Mark uses the native tab groups feature of Chrome, meaning there’s no learning curve to get started. Simply install Mark and any open and newly created tabs will be grouped and sorted.

Mark can be configured to only group tabs or only sort tabs depending on how you like to browse. Additionally, you can enable Mark to consolidate tabs across windows - meaning you won’t lose a tab because it’s hiding in its own window.

You can pin the extension to your browser toolbar by clicking the puzzle looking icon located in the top right of your toolbar, scrolling down to Mark, and clicking the “Pin” icon. Pinning the icon makes it easily accessible for clicking to manually organize tabs in cleanup mode, which will collapse any open groups.

Change one of the configuration settings by right clicking on the Mark extension icon, navigating to the “Settings” menu, and toggling one of the settings. Depending on the way you would like to browse, customizing some things could make for an even better experience.

If you find yourself more curious about how Mark works or what other options and functionality are available, visit the “Resources” menu at any time by right clicking the Mark extension icon.                    

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

नाम Mark tab manager Mark tab manager
ID filgplhfalgafolkffphilkgckdgnona
आधिकारिक URL https://chromewebstore.google.com/detail/mark-tab-manager/filgplhfalgafolkffphilkgckdgnona
विवरण Automatically group tabs by domain
फ़ाइल का आकार 47.08 KB
स्थापना संख्या 10,523
वर्तमान संस्करण 0.1.46
अंतिम अपडेट 2023-08-14
प्रकाशन तिथि 2021-02-23
रेटिंग 4.48/5 कुल 25 रेटिंग्स
डेवलपर https://bradleycushing.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/bradcush/mark-tab-manager
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Mark"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "collapse": {
            "suggested_key": "Ctrl+Shift+O",
            "description": "Collapse inactive tab groups"
        }
    },
    "description": "Automatically group tabs by domain",
    "icons": {
        "16": "icons\/icon-mark-16.png",
        "48": "icons\/icon-mark-48.png",
        "128": "icons\/icon-mark-128.png"
    },
    "manifest_version": 3,
    "name": "Mark tab manager",
    "offline_enabled": true,
    "permissions": [
        "contextMenus",
        "management",
        "storage",
        "tabGroups",
        "tabs"
    ],
    "version": "0.1.46"
}