Duolingo Timer
Install a Timer in Duolingo.
Co to jest Duolingo Timer?
Duolingo Timer to rozszerzenie Chrome opracowane przez kazu-ux, a jego główną funkcją jest „Install a Timer in Duolingo.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Duolingo Timer
Pobierz pliki rozszerzeń Duolingo Timer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
・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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fmnpjnjlgnfcnlnligalbgdkfpjlbpok |
Oficjalny URL | https://chrome.google.com/webstore/detail/duolingo-timer/fmnpjnjlgnfcnlnligalbgdkfpjlbpok |
Opis | Install a Timer in Duolingo. |
Rozmiar pliku | 23.46 KB |
Liczba instalacji | 94 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2021-05-24 |
Data Publikacji | 2021-05-08 |
Deweloper | kazu-ux |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/kazu-ux/DuolingoTimer |
Obsługiwane Języki | 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" } } |