Togglemeister Chrome Hotkey

Quickly switch between your active app and your browser using a hotkey

Co to jest Togglemeister Chrome Hotkey?

Togglemeister Chrome Hotkey to rozszerzenie Chrome opracowane przez enter., a jego główną funkcją jest „Quickly switch between your active app and your browser using a hotkey”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Togglemeister Chrome Hotkey

Pobierz pliki rozszerzeń Togglemeister Chrome Hotkey w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Togglemeister Chrome Hotkey Togglemeister Chrome Hotkey
ID bodbpghclmdhnfijfjbgodgibdooljnl
Oficjalny URL https://chromewebstore.google.com/detail/togglemeister-chrome-hotk/bodbpghclmdhnfijfjbgodgibdooljnl
Opis Quickly switch between your active app and your browser using a hotkey
Rozmiar pliku 42.26 KB
Liczba instalacji 27
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2020-06-01
Data Publikacji 2020-05-30
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper enter.
Typ Płatności free
Strona Rozszerzenia https://github.com/enterdev/togglemeister-chrome
Obsługiwane Języki 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"
        }
    }
}