Quizlet to LangStudy
Import Quizlet studysets to Lang
什么是Quizlet to LangStudy?
Quizlet to LangStudy是由https://langstudy.tech开发的Chrome扩展程序,该扩展的主要功能是“Import Quizlet studysets to Lang”。
扩展截图
下载Quizlet to LangStudy扩展crx文件
下载Quizlet to LangStudy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Convert any Quizlet Study Set to a Lang Studysheet to study for free and use state of the art AI tools. This extension allows you to bypass Quizlet's paywalls as it uploads the Study Set to Lang Study for free and easy studying.
扩展基本信息
名称 | Quizlet to LangStudy |
ID | ckmfofefmcaieajjkelnakglpkkmeomd |
官方URL | https://chromewebstore.google.com/detail/quizlet-to-langstudy/ckmfofefmcaieajjkelnakglpkkmeomd |
简介 | Import Quizlet studysets to Lang |
文件大小 | 28.99 KB |
安装次数 | 49 |
当前版本 | 1.1 |
更新时间 | 2024-02-14 |
上架时间 | 2023-10-05 |
评分 | 5.00/5 共1次评分 |
开发者 | https://langstudy.tech |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://langstudy.tech/langlegal.html |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quizlet to LangStudy", "version": "1.1", "description": "Import Quizlet studysets to Lang", "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "js": [ "scripts\/quizlet.js" ], "matches": [ "https:\/\/www.quizlet.com\/*", "https:\/\/quizlet.com\/*" ] }, { "js": [ "scripts\/lang.js" ], "matches": [ "https:\/\/langstudy.tech\/*" ] } ], "action": { "default_popup": "index.html" }, "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" } } |