Go to tab making sound keyboard shortcut

Adds a keyboard shortcut (ctrl+shift+1) to go to the tab making sound.

Go to tab making sound keyboard shortcut क्या है?

Go to tab making sound keyboard shortcut imjasonh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a keyboard shortcut (ctrl+shift+1) to go to the tab making sound."।

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

screenshot

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

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

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

                        This extension registers a keyboard shortcut (ctrl+shift+1), that, when pressed, focuses the tab currently making sound. This could be useful if you're in a meeting or watching a YouTube video, and want to quickly switch back to it from another tab.

If you have multiple Chrome profiles active at the time, it'll only take you to the tab making sound in the current profile you're looking at, so you'll have to install this on all Chrome profiles that you expect to use it on, and have to switch to the correct profile (ctrl-`) for it to work in that case. This is a limitation of the Chrome extension APIs, sorry :(                    

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

नाम Go to tab making sound keyboard shortcut Go to tab making sound keyboard shortcut
ID khjmagmbbhdkmaicdhfehehdncmagbig
आधिकारिक URL https://chromewebstore.google.com/detail/go-to-tab-making-sound-ke/khjmagmbbhdkmaicdhfehehdncmagbig
विवरण Adds a keyboard shortcut (ctrl+shift+1) to go to the tab making sound.
फ़ाइल का आकार 11.46 KB
स्थापना संख्या 32
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2021-08-07
प्रकाशन तिथि 2021-08-06
डेवलपर imjasonh
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/imjasonh/chrome-sound
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.1",
    "name": "Go to tab making sound keyboard shortcut",
    "description": "Adds a keyboard shortcut (ctrl+shift+1) to go to the tab making sound.",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "cycle-tab": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "Cycle back through sound tabs."
        }
    }
}