Quizlet++
Extension that modifies Quizlet for more "features".
Quizlet++คืออะไร?
Quizlet++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tigertjj.com และคุณลักษณะหลักของมันคือ "Extension that modifies Quizlet for more "features"."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quizlet++
ดาวน์โหลดไฟล์ส่วนขยาย Quizlet++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Imagine working on a Quizlet. Now, imagine that it was too easy. Like, really easy. That could be you. Do your work in no time, while at the same time, look like you're doing work, with even the nosiest teachers looking down your shoulder. Get Quizlet++ today. Currently supports: Learn Mode Write Mode Match Mode - Highlights correct answers on hover for multiple choice and match - Types correct answer for written questions
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quizlet++ |
ID | ikpjogookicblaeiilbdjmgbdjkhpjjg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quizlet++/ikpjogookicblaeiilbdjmgbdjkhpjjg |
คำอธิบาย | Extension that modifies Quizlet for more "features". |
ขนาดไฟล์ | 55.48 KB |
จำนวนการติดตั้ง | 4,159 |
เวอร์ชันปัจจุบัน | Beta Build 7 |
อัปเดตครั้งล่าสุด | 2023-12-27 |
วันที่เผยแพร่ | 2020-09-16 |
คะแนน | 3.54/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | https://tigertjj.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://tigertjj.com/portfolio/quizletpp/ |
URL หน้าช่วยเหลือ | https://tigertjj.com/portfolio/quizletpp/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quizlet++", "manifest_version": 3, "description": "Extension that modifies Quizlet for more \"features\".", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "short_name": "Q++", "version": "1.7.0", "version_name": "Beta Build 7", "content_scripts": [ { "matches": [ "https:\/\/quizlet.com\/*\/learn*" ], "js": [ "jquery_3.4.1_slim_min.js", "learn-inject1.js", "combined.js" ] }, { "matches": [ "https:\/\/quizlet.com\/*\/write*" ], "js": [ "jquery_3.4.1_slim_min.js", "write-inject1.js", "write.js" ] }, { "matches": [ "https:\/\/quizlet.com\/*\/match*" ], "js": [ "jquery_3.4.1_slim_min.js", "match-inject1.js", "match.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/quizlet.com\/*" ], "resources": [ "learn-inject2.js", "write-inject2.js", "match-inject2.js" ] } ] } |