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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } } |