Quizlet to LangStudy
Import Quizlet studysets to Lang
Co to jest Quizlet to LangStudy?
Quizlet to LangStudy to rozszerzenie Chrome opracowane przez https://langstudy.tech, a jego główną funkcją jest „Import Quizlet studysets to Lang”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Quizlet to LangStudy
Pobierz pliki rozszerzeń Quizlet to LangStudy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Quizlet to LangStudy |
ID | ckmfofefmcaieajjkelnakglpkkmeomd |
Oficjalny URL | https://chromewebstore.google.com/detail/quizlet-to-langstudy/ckmfofefmcaieajjkelnakglpkkmeomd |
Opis | Import Quizlet studysets to Lang |
Rozmiar pliku | 28.99 KB |
Liczba instalacji | 49 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2024-02-14 |
Data Publikacji | 2023-10-05 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://langstudy.tech |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://langstudy.tech/langlegal.html |
Obsługiwane Języki | 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" } } |