Togglemeister Chrome Hotkey
Quickly switch between your active app and your browser using a hotkey
Togglemeister Chrome Hotkey là gì?
Togglemeister Chrome Hotkey là một tiện ích mở rộng Chrome được phát triển bởi enter., và tính năng chính của nó là "Quickly switch between your active app and your browser using a hotkey".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Togglemeister Chrome Hotkey
Tải xuống các tệp mở rộng Togglemeister Chrome Hotkey 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
Add a global hotkey to toggle chrome visibility, quickly switch between your current app and chrome. After you install the extension: * navigate to chrome://extensions/shortcuts page * search for "Togglemeister Chrome Hotkey" block * fill in "Toggle Chrome Visibility" with your favorite hotkey * change "In Chrome" to "Global" * press the hotkey once to minimize the browser, press same hotkey again to restore and focus chrome
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Togglemeister Chrome Hotkey |
ID | bodbpghclmdhnfijfjbgodgibdooljnl |
URL Chính Thức | https://chromewebstore.google.com/detail/togglemeister-chrome-hotk/bodbpghclmdhnfijfjbgodgibdooljnl |
Mô tả | Quickly switch between your active app and your browser using a hotkey |
Kích Thước Tệp | 42.26 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2020-06-01 |
Ngày Phát Hành | 2020-05-30 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | enter. |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/enterdev/togglemeister-chrome |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "Togglemeister Chrome Hotkey", "description": "__MSG_app_desc__", "manifest_version": 2, "permissions": [], "version": "0.0.3", "icons": { "128": "img\/128.png", "48": "img\/48.png", "16": "img\/16.png" }, "background": { "scripts": [ "background.js" ] }, "commands": { "togglemeister-toggle": { "suggested_key": { "default": "Alt+Q", "mac": "Command+Shift+Q", "linux": "Alt+Q" }, "description": "Toggle Browser Visibility" } } } |