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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    }
}