Quizlet to LangStudy
Import Quizlet studysets to Lang
What is Quizlet to LangStudy?
Quizlet to LangStudy is a Chrome extension developed by https://langstudy.tech, and its main feature is "Import Quizlet studysets to Lang".
Extension Screenshots
Download Quizlet to LangStudy Extension CRX File
Download Quizlet to LangStudy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Quizlet to LangStudy |
ID | ckmfofefmcaieajjkelnakglpkkmeomd |
Official URL | https://chromewebstore.google.com/detail/quizlet-to-langstudy/ckmfofefmcaieajjkelnakglpkkmeomd |
Description | Import Quizlet studysets to Lang |
File Size | 28.99 KB |
Installation Count | 49 |
Current Version | 1.1 |
Last Updated | 2024-02-14 |
Publish Date | 2023-10-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://langstudy.tech |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://langstudy.tech/langlegal.html |
Supported Languages | 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" } } |