Duolingo Timer
Install a Timer in Duolingo.
Qu'est-ce que Duolingo Timer ?
Duolingo Timer est une extension Chrome développée par kazu-ux, et sa fonction principale est "Install a Timer in Duolingo.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Duolingo Timer
Téléchargez les fichiers d'extension Duolingo Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
・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.
Informations de Base sur l'Extension
Nom | |
ID | fmnpjnjlgnfcnlnligalbgdkfpjlbpok |
URL Officiel | https://chrome.google.com/webstore/detail/duolingo-timer/fmnpjnjlgnfcnlnligalbgdkfpjlbpok |
Description | Install a Timer in Duolingo. |
Taille du Fichier | 23.46 KB |
Nombre d'Installations | 94 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2021-05-24 |
Date de Publication | 2021-05-08 |
Développeur | kazu-ux |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kazu-ux/DuolingoTimer |
Langues Prises en Charge | 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" } } |