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ファイルをダウンロード

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
Eメール [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"
        }
    }
}