Quizlet to LangStudy
Import Quizlet studysets to Lang
Quizlet to LangStudyคืออะไร?
Quizlet to LangStudy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://langstudy.tech และคุณลักษณะหลักของมันคือ "Import Quizlet studysets to Lang"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quizlet to LangStudy
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |