Duolingo Timer
Install a Timer in Duolingo.
什麼是Duolingo Timer?
Duolingo Timer是由kazu-ux開發的Chrome擴展程式,該擴展的主要功能是“Install a Timer in Duolingo.”。
擴展截圖
下載Duolingo Timer擴展crx文件
下載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 |
官方網址 | 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" } } |