Duolingo Timer
Install a Timer in Duolingo.
Wat is Duolingo Timer?
Duolingo Timer is een Chrome-extensie ontwikkeld door kazu-ux, en de belangrijkste functie is "Install a Timer in Duolingo.".
Extensie Screenshots
Download het CRX-bestand van de extensie Duolingo Timer
Download Duolingo Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
・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.
Basisinformatie over de Extensie
Naam | |
ID | fmnpjnjlgnfcnlnligalbgdkfpjlbpok |
Officiële URL | https://chrome.google.com/webstore/detail/duolingo-timer/fmnpjnjlgnfcnlnligalbgdkfpjlbpok |
Beschrijving | Install a Timer in Duolingo. |
Bestandsgrootte | 23.46 KB |
Aantal Installaties | 94 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2021-05-24 |
Publicatiedatum | 2021-05-08 |
Ontwikkelaar | kazu-ux |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/kazu-ux/DuolingoTimer |
Ondersteunde Talen | 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" } } |