Letra
Passively learn a new language every time you open a new tab.
Co to jest Letra?
Letra to rozszerzenie Chrome opracowane przez Jaye Hernandez, a jego główną funkcją jest „Passively learn a new language every time you open a new tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Letra
Pobierz pliki rozszerzeń Letra 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
A simple and effective supplementary tool for language learning!
Features:
✨ New word everyday
✨ Listen to the word in the chosen language
✨ New inspirational quote about learning
✨ Dark Interface
✨ Available in 24 languages Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cjodkkjokggcaeacdhjliobekbnnmoio |
| Oficjalny URL | https://chromewebstore.google.com/detail/letra/cjodkkjokggcaeacdhjliobekbnnmoio |
| Opis | Passively learn a new language every time you open a new tab. |
| Rozmiar pliku | 158 KB |
| Liczba instalacji | 282 |
| Aktualna Wersja | 1.0.15 |
| Ostatnia Aktualizacja | 2022-10-22 |
| Data Publikacji | 2020-06-15 |
| Ocena | 4.86/5 Łącznie 7 Oceny |
| Deweloper | Jaye Hernandez |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://letra.vercel.app/ |
| Adres URL Strony Pomocy | https://letra.vercel.app/#contact |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Letra",
"description": "Passively learn a new language every time you open a new tab.",
"version": "1.0.15",
"manifest_version": 3,
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/texttospeech.responsivevoice.org\/",
"https:\/\/letra-extension.vercel.app\/"
],
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_title": "Letra"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
} | |