Keyboard Launcher for Studying Aids

Keyboard shortcuts to quickly launch Studying Aids Apps: Quizlet, Brainly.

Co to jest Keyboard Launcher for Studying Aids?

Keyboard Launcher for Studying Aids to rozszerzenie Chrome opracowane przez Wallpaper Addons, a jego główną funkcją jest „Keyboard shortcuts to quickly launch Studying Aids Apps: Quizlet, Brainly.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Keyboard Launcher for Studying Aids

Pobierz pliki rozszerzeń Keyboard Launcher for Studying Aids 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

                        Shortcuts for quick launch Studying Aids keyboard launcher.

Add keyboard shortcut commands to quickly Launch Quizlet (Alt + Q), Launch Brainly (Alt + R)

This extension will help you access it faster and easier.                    

Podstawowe informacje o rozszerzeniu

Nazwa Keyboard Launcher for Studying Aids Keyboard Launcher for Studying Aids
ID ahnccfilkampfhbidmegekmngbekakee
Oficjalny URL https://chromewebstore.google.com/detail/keyboard-launcher-for-stu/ahnccfilkampfhbidmegekmngbekakee
Opis Keyboard shortcuts to quickly launch Studying Aids Apps: Quizlet, Brainly.
Rozmiar pliku 1.5 MB
Liczba instalacji 56
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-10-23
Data Publikacji 2019-10-22
Deweloper Wallpaper Addons
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.wallpaperaddons.com/privacy-policy
Obsługiwane Języki id,ms,de,en,en-US,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "1.0.0",
    "homepage_url": "https:\/\/keyboard-launcher.freebusinessapps.net\/studying-aids",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/common-push-init.js",
            "js\/common-push.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.freebusinessapps.net\/*",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "img\/128.png",
        "default_title": "__MSG_app_name__"
    },
    "icons": {
        "128": "img\/128.png"
    },
    "commands": {
        "launch-1": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Launch Quizlet"
        },
        "launch-2": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "Launch Brainly"
        }
    }
}