Tab Shortcut Tools

Duplicate Tab, Pop out Tab, and New Tab to the Right - Configurable Shortcuts

Tab Shortcut Tools क्या है?

Tab Shortcut Tools https://thorium.rocks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Duplicate Tab, Pop out Tab, and New Tab to the Right - Configurable Shortcuts"।

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

screenshot

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

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

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

                        Chromium Extension to Duplicate Tab, Pop out current Tab, and add New Tab to the Right. You can configure the shortcuts at chrome://extensions/shortcuts
  - Alex313031

Source: https://github.com/Alex313031/Tab-Shortcut-Tools                    

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

नाम Tab Shortcut Tools Tab Shortcut Tools
ID ecfmgmpggijgmnjolmaegkhkcdkbookp
आधिकारिक URL https://chromewebstore.google.com/detail/tab-shortcut-tools/ecfmgmpggijgmnjolmaegkhkcdkbookp
विवरण Duplicate Tab, Pop out Tab, and New Tab to the Right - Configurable Shortcuts
फ़ाइल का आकार 98.13 KB
स्थापना संख्या 478
वर्तमान संस्करण 1.6.4
अंतिम अपडेट 2023-04-17
प्रकाशन तिथि 2022-07-05
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर https://thorium.rocks
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Alex313031/Tab-Shortcut-Tools
सहायता पृष्ठ URL https://github.com/Alex313031/Tab-Shortcut-Tools/issues
गोपनीयता नीति पृष्ठ URL https://thorium.rocks/COC.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Shortcut Tools",
    "short_name": "Tab Shortcut Tools",
    "version": "1.6.4",
    "version_name": "1.6.4",
    "description": "Duplicate Tab, Pop out Tab, and New Tab to the Right - Configurable Shortcuts",
    "homepage_url": "https:\/\/github.com\/Alex313031\/Tab-Shortcut-Tools",
    "author": "Alex313031",
    "icons": {
        "16": "icons\/icon_16.png",
        "24": "icons\/icon_24.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png"
    },
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "options_ui": {
        "page": "popup.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "19": "icons\/icon_19.png",
            "24": "icons\/icon_24.png",
            "32": "icons\/icon_32.png",
            "38": "icons\/icon_38.png",
            "48": "icons\/icon_48.png"
        },
        "default_title": "Configure Tab Shortcut Tools",
        "default_popup": "popup.html"
    },
    "commands": {
        "duplicate-tab": {
            "suggested_key": {
                "default": "Ctrl+Shift+D"
            },
            "description": "Duplicate the current tab"
        },
        "duplicate-to-new-window": {
            "description": "Duplicate to a new window"
        },
        "pop-out-to-new-window": {
            "suggested_key": {
                "default": "Ctrl+Shift+P"
            },
            "description": "Pop tab out to a new window"
        },
        "new-tab-to-the-right": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "New tab to the right"
        }
    },
    "permissions": [
        "storage"
    ],
    "minimum_chrome_version": "88",
    "offline_enabled": true
}