Quizlet Shortcuts
Quizlet shortcuts to make learn and write study sets go faster!
什么是Quizlet Shortcuts?
Quizlet Shortcuts是由krash开发的Chrome扩展程序,该扩展的主要功能是“Quizlet shortcuts to make learn and write study sets go faster!”。
扩展截图
下载Quizlet Shortcuts扩展crx文件
下载Quizlet Shortcuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you ever make a typo on Quizlet and have to take your hand off your keyboard to press "Override: I was correct". Quizlet Shortcuts shortens this process by setting up a shortcut key, that you can customize, to press it for you!!
扩展基本信息
名称 | Quizlet Shortcuts |
ID | fklckbkonciifmohglgdppgikcbohjob |
官方URL | https://chromewebstore.google.com/detail/quizlet-shortcuts/fklckbkonciifmohglgdppgikcbohjob |
简介 | Quizlet shortcuts to make learn and write study sets go faster! |
文件大小 | 15.86 KB |
安装次数 | 133 |
当前版本 | 1.0.0 |
更新时间 | 2022-05-20 |
上架时间 | 2022-05-18 |
评分 | 5.00/5 共1次评分 |
开发者 | krash |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quizlet Shortcuts", "description": "Quizlet shortcuts to make learn and write study sets go faster!", "version": "1.0.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/quizlet.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html", "default_title": "Settings" }, "permissions": [ "storage" ] } |