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.”。
扩展截图
下载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 |
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" } } } |