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" } } } |