Keyboard Launcher for Studying Aids

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

Keyboard Launcher for Studying Aids란 무엇입니까?

Keyboard Launcher for Studying Aids은(는) Wallpaper Addons에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keyboard shortcuts to quickly launch Studying Aids Apps: Quizlet, Brainly."입니다.

확장 프로그램 스크린샷

screenshot

Keyboard Launcher for Studying Aids 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Keyboard Launcher for Studying Aids Keyboard Launcher for Studying Aids
ID ahnccfilkampfhbidmegekmngbekakee
공식 URL https://chromewebstore.google.com/detail/keyboard-launcher-for-stu/ahnccfilkampfhbidmegekmngbekakee
설명 Keyboard shortcuts to quickly launch Studying Aids Apps: Quizlet, Brainly.
파일 크기 1.5 MB
설치 횟수 56
현재 버전 1.0.0
최근 업데이트 2019-10-23
출시 날짜 2019-10-22
개발자 Wallpaper Addons
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.wallpaperaddons.com/privacy-policy
지원되는 언어 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"
        }
    }
}