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 هو إضافة Chrome تم تطويرها بواسطة Wallpaper Addons، والميزة الرئيسية لها هي "Keyboard shortcuts to quickly launch Studying Aids Apps: Quizlet, Brainly.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Keyboard Launcher for Studying Aids

قم بتنزيل ملفات الامتداد Keyboard Launcher for Studying Aids بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
        }
    }
}