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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |