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”。

擴展截圖

screenshot

下載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 Togglemeister Chrome Hotkey
ID bodbpghclmdhnfijfjbgodgibdooljnl
官方網址 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"
        }
    }
}