Duolingo Timer
Install a Timer in Duolingo.
Duolingo Timerคืออะไร?
Duolingo Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kazu-ux และคุณลักษณะหลักของมันคือ "Install a Timer in Duolingo."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duolingo Timer
ดาวน์โหลดไฟล์ส่วนขยาย Duolingo Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
・When the time limit has expired, the "Send" button will be automatically pressed if the answer has been entered, or the "Skip" button if it has not been entered. ・The time limit can be set in the range of 1 to 600 seconds. (Default is 60 seconds) This extension is open source.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fmnpjnjlgnfcnlnligalbgdkfpjlbpok |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/duolingo-timer/fmnpjnjlgnfcnlnligalbgdkfpjlbpok |
คำอธิบาย | Install a Timer in Duolingo. |
ขนาดไฟล์ | 23.46 KB |
จำนวนการติดตั้ง | 94 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2021-05-24 |
วันที่เผยแพร่ | 2021-05-08 |
ผู้พัฒนา | kazu-ux |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/kazu-ux/DuolingoTimer |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "0.2", "manifest_version": 3, "description": "__MSG_ext_description__", "default_locale": "en", "icons": { "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.duolingo.com\/learn" ], "js": [ "progressbar.min.js", "DuolingoTimer.js" ] } ], "permissions": [ "storage" ], "action": { "default_popup": "popup.html" } } |