OhMyTab

You can aggregate separate tabs, remove duplicate tabs, and sort tabs by URL or page title by using OhMyTab.

OhMyTab क्या है?

OhMyTab hrontan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can aggregate separate tabs, remove duplicate tabs, and sort tabs by URL or page title by using OhMyTab."।

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

screenshot

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

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

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

                        # OhMyTab

OhMyTab provides seven main functions.

1. Merge tabs on multiple windows into one window
2. Close duplicated tabs
3. Sort tabs by page titles or URLs
4. Close close system and search engine result tabs
5. Count the number of tabs in total or in each window
6. Close tabs in the same domain from the context menu.
7. Merge tabs on multiple windows into one window from the context menu.

You can configure the behavior of the extension by disabling some functions shown above on option.

*Update 1.10*
- Fix minor issue.

*Update 1.9*
- Fix issue that the number shown in the icon badge is not updated when the extension is triggered from the context menu.

*Update 1.8*
- Fix minor issue.

*Update 1.7*
- Fix the issue of asynchronous processing.
- Add the option to apply some function only for the current windows.
- Add the option to count tabs for each windows on the icon badge.
- Add the option to add "Close tabs in the same domain" to the context menu.
- Add the option to add "Merge tabs into one window" to the context menu. 

*Update 1.6*
- Fix the issue that this extension unexpectedly handled chrome app tabs and popups. 

*Update 1.5*
- Close Chrome Extension Tabs(chrome-extension://) when close system tabs option is enabled.

*Update 1.4*
- Add function to close search engine result tabs. You can enable it on option page.
- Speedup extension.

*Update 1.3*
- Add function to close system tabs. You can enable it on option page.                    

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

नाम OhMyTab OhMyTab
ID hkeiholeokdmhlfjblopimaieeikpnek
आधिकारिक URL https://chromewebstore.google.com/detail/ohmytab/hkeiholeokdmhlfjblopimaieeikpnek
विवरण You can aggregate separate tabs, remove duplicate tabs, and sort tabs by URL or page title by using OhMyTab.
फ़ाइल का आकार 13.44 KB
स्थापना संख्या 346
वर्तमान संस्करण 1.10
अंतिम अपडेट 2021-01-06
प्रकाशन तिथि 2020-01-03
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर hrontan
ईमेल hrontan'[email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/hrontan/OhMyTab
समर्थित भाषाएँ en,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OhMyTab",
    "short_name": "OMT",
    "description": "__MSG_appDesc__",
    "version": "1.10",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "minimum_chrome_version": "54"
}