Quizlet Shortcuts
Quizlet shortcuts to make learn and write study sets go faster!
Quizlet Shortcutsคืออะไร?
Quizlet Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย krash และคุณลักษณะหลักของมันคือ "Quizlet shortcuts to make learn and write study sets go faster!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quizlet Shortcuts
ดาวน์โหลดไฟล์ส่วนขยาย Quizlet Shortcuts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you ever make a typo on Quizlet and have to take your hand off your keyboard to press "Override: I was correct". Quizlet Shortcuts shortens this process by setting up a shortcut key, that you can customize, to press it for you!!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quizlet Shortcuts |
ID | fklckbkonciifmohglgdppgikcbohjob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quizlet-shortcuts/fklckbkonciifmohglgdppgikcbohjob |
คำอธิบาย | Quizlet shortcuts to make learn and write study sets go faster! |
ขนาดไฟล์ | 15.86 KB |
จำนวนการติดตั้ง | 133 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-05-20 |
วันที่เผยแพร่ | 2022-05-18 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | krash |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quizlet Shortcuts", "description": "Quizlet shortcuts to make learn and write study sets go faster!", "version": "1.0.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/quizlet.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html", "default_title": "Settings" }, "permissions": [ "storage" ] } |