Togglemeister Chrome Hotkey
Quickly switch between your active app and your browser using a hotkey
What is Togglemeister Chrome Hotkey?
Togglemeister Chrome Hotkey is a Chrome extension developed by enter., and its main feature is "Quickly switch between your active app and your browser using a hotkey".
Extension Screenshots
Download Togglemeister Chrome Hotkey Extension CRX File
Download Togglemeister Chrome Hotkey extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Togglemeister Chrome Hotkey |
ID | bodbpghclmdhnfijfjbgodgibdooljnl |
Official URL | https://chromewebstore.google.com/detail/togglemeister-chrome-hotk/bodbpghclmdhnfijfjbgodgibdooljnl |
Description | Quickly switch between your active app and your browser using a hotkey |
File Size | 42.26 KB |
Installation Count | 27 |
Current Version | 0.0.3 |
Last Updated | 2020-06-01 |
Publish Date | 2020-05-30 |
Rating | 3.67/5 Total 3 Ratings |
Developer | enter. |
Payment Type | free |
Extension Website | https://github.com/enterdev/togglemeister-chrome |
Supported Languages | 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" } } } |