Togglemeister Chrome Hotkey
Quickly switch between your active app and your browser using a hotkey
什么是Togglemeister Chrome Hotkey?
Togglemeister Chrome Hotkey是由enter.开发的Chrome扩展程序,该扩展的主要功能是“Quickly switch between your active app and your browser using a hotkey”。
扩展截图
下载Togglemeister Chrome Hotkey扩展crx文件
下载Togglemeister Chrome Hotkey扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Togglemeister Chrome Hotkey |
ID | bodbpghclmdhnfijfjbgodgibdooljnl |
官方URL | https://chromewebstore.google.com/detail/togglemeister-chrome-hotk/bodbpghclmdhnfijfjbgodgibdooljnl |
简介 | Quickly switch between your active app and your browser using a hotkey |
文件大小 | 42.26 KB |
安装次数 | 27 |
当前版本 | 0.0.3 |
更新时间 | 2020-06-01 |
上架时间 | 2020-05-30 |
评分 | 3.67/5 共3次评分 |
开发者 | enter. |
付费类型 | free |
扩展官网 | https://github.com/enterdev/togglemeister-chrome |
支持的语言 | 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" } } } |