Tab Cutter

This extension divides one window into two

Tab Cutter क्या है?

Tab Cutter soags द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension divides one window into two"।

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

screenshot

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

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

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

                        This simple tab organization tool divides one window into two.

If you have at least two tabs in the selected Chrome window, all the tabs on the left side of the selected tab will stay in the window, and the rest will move to the new window.

If you are looking for Tab Scissors, have a try.                    

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

नाम Tab Cutter Tab Cutter
ID mekmindbhhjinkmgdjabpgfkaekhmgkj
आधिकारिक URL https://chromewebstore.google.com/detail/tab-cutter/mekmindbhhjinkmgdjabpgfkaekhmgkj
विवरण This extension divides one window into two
फ़ाइल का आकार 11.09 KB
स्थापना संख्या 579
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-08-31
प्रकाशन तिथि 2023-08-30
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर soags
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/soags/tab-cutter
सहायता पृष्ठ URL https://github.com/soags/tab-cutter/issues
गोपनीयता नीति पृष्ठ URL https://soags.github.io/privacy-policy/chrome-extensions
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Cutter",
    "description": "This extension divides one window into two",
    "version": "1.0.1.0",
    "version_name": "1.0.1",
    "icons": {
        "16": "public\/icon-16.png",
        "48": "public\/icon-48.png",
        "128": "public\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "public\/icon-16.png",
            "48": "public\/icon-48.png",
            "128": "public\/icon-128.png"
        },
        "default_title": "Tab Cutter"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": []
}