Duolingo Timer
Install a Timer in Duolingo.
Vad är Duolingo Timer?
Duolingo Timer är en Chrome-tillägg utvecklad av kazu-ux, och dess huvudfunktion är "Install a Timer in Duolingo.".
Tilläggsskärmbilder
Ladda ner Duolingo Timer-förlängningens CRX-fil
Ladda ner Duolingo Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
・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.
Grundläggande Information om Tillägg
Namn | |
ID | fmnpjnjlgnfcnlnligalbgdkfpjlbpok |
Officiell webbadress | https://chrome.google.com/webstore/detail/duolingo-timer/fmnpjnjlgnfcnlnligalbgdkfpjlbpok |
Beskrivning | Install a Timer in Duolingo. |
Filstorlek | 23.46 KB |
Antal Installationer | 94 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2021-05-24 |
Publiceringsdatum | 2021-05-08 |
Utvecklare | kazu-ux |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/kazu-ux/DuolingoTimer |
Stödda Språk | 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" } } |