Quizlet to LangStudy
Import Quizlet studysets to Lang
Cos'è Quizlet to LangStudy?
Quizlet to LangStudy è un'estensione di Chrome sviluppata da https://langstudy.tech, e la sua funzione principale è "Import Quizlet studysets to Lang".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quizlet to LangStudy
Scarica i file di estensione Quizlet to LangStudy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Quizlet to LangStudy |
ID | ckmfofefmcaieajjkelnakglpkkmeomd |
URL Ufficiale | https://chromewebstore.google.com/detail/quizlet-to-langstudy/ckmfofefmcaieajjkelnakglpkkmeomd |
Descrizione | Import Quizlet studysets to Lang |
Dimensione del File | 28.99 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2024-02-14 |
Data di Pubblicazione | 2023-10-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://langstudy.tech |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://langstudy.tech/langlegal.html |
Lingue Supportate | 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" } } |