TabMate

TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save/restore set of tabs/windows

TabMate क्या है?

TabMate Abhilash द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save/restore set of tabs/windows"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        TabMate helps you manage tab clutter and be more productive.

Stash a set of tab/windows that you want to save for later and easily restore them when needed. 

Use quick switcher to search among open tabs and stashes and switch to them. Drag and drop the tabs to rearrange them with in windows or stashes.

Name stashes so you can easily remember the purpose for each set of tabs. Easily send tabs to named stashes through right click context menu.


Common usages:
- Quickly search and switch between all the open tabs and stashes
- Save the pages you've visited during your research session and restore all of them later.
- Logically group all the pages you visit often and load each group when needed.
- Easily manage existing open tabs by saving unnecessary tabs as a session.                    

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

नाम TabMate TabMate
ID pjnjpllpengglloikgcanfdmpkgfholi
आधिकारिक URL https://chromewebstore.google.com/detail/tabmate/pjnjpllpengglloikgcanfdmpkgfholi
विवरण TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save/restore set of tabs/windows
फ़ाइल का आकार 2.65 MB
स्थापना संख्या 1,714
वर्तमान संस्करण 0.8.2
अंतिम अपडेट 2022-06-23
प्रकाशन तिथि 2019-01-13
रेटिंग 4.13/5 कुल 24 रेटिंग्स
डेवलपर Abhilash
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabMate",
    "version": "0.8.2",
    "description": "TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save\/restore set of tabs\/windows",
    "author": "Abhilash",
    "icons": {
        "16": "icons\/tabmate.png",
        "48": "icons\/tabmate.png",
        "128": "icons\/tabmate.png"
    },
    "browser_action": {
        "default_title": "TabMate",
        "default_icon": "icons\/tabmate.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "offline_enabled": true,
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+K"
            }
        }
    }
}