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 là gì?

Go to tab making sound keyboard shortcut là một tiện ích mở rộng Chrome được phát triển bởi imjasonh, và tính năng chính của nó là "Adds a keyboard shortcut (ctrl+shift+1) to go to the tab making sound.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Go to tab making sound keyboard shortcut

Tải xuống các tệp mở rộng Go to tab making sound keyboard shortcut dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 :(                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Go to tab making sound keyboard shortcut Go to tab making sound keyboard shortcut
ID khjmagmbbhdkmaicdhfehehdncmagbig
URL Chính Thức https://chromewebstore.google.com/detail/go-to-tab-making-sound-ke/khjmagmbbhdkmaicdhfehehdncmagbig
Mô tả Adds a keyboard shortcut (ctrl+shift+1) to go to the tab making sound.
Kích Thước Tệp 11.46 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-08-07
Ngày Phát Hành 2021-08-06
Nhà Phát Triển imjasonh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/imjasonh/chrome-sound
Ngôn Ngữ Được Hỗ Trợ 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."
        }
    }
}