Togglemeister Chrome Hotkey
Quickly switch between your active app and your browser using a hotkey
Togglemeister Chrome Hotkeyคืออะไร?
Togglemeister Chrome Hotkey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย enter. และคุณลักษณะหลักของมันคือ "Quickly switch between your active app and your browser using a hotkey"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Togglemeister Chrome Hotkey
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } } |