Duolingo Timer
Install a Timer in Duolingo.
Cos'è Duolingo Timer?
Duolingo Timer è un'estensione di Chrome sviluppata da kazu-ux, e la sua funzione principale è "Install a Timer in Duolingo.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Duolingo Timer
Scarica i file di estensione Duolingo Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
・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.
Informazioni di Base sull'Estensione
Nome | |
ID | fmnpjnjlgnfcnlnligalbgdkfpjlbpok |
URL Ufficiale | https://chrome.google.com/webstore/detail/duolingo-timer/fmnpjnjlgnfcnlnligalbgdkfpjlbpok |
Descrizione | Install a Timer in Duolingo. |
Dimensione del File | 23.46 KB |
Conteggio Installazioni | 94 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2021-05-24 |
Data di Pubblicazione | 2021-05-08 |
Sviluppatore | kazu-ux |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/kazu-ux/DuolingoTimer |
Lingue Supportate | 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" } } |