Fluent - Learn Spanish, French, Italian words

Browse in English, learn Spanish, French & Italian vocabulary. Second language learning for beginners. Word practice & translation.

Co to jest Fluent - Learn Spanish, French, Italian words?

Fluent - Learn Spanish, French, Italian words to rozszerzenie Chrome opracowane przez https://fluent.co, a jego główną funkcją jest „Browse in English, learn Spanish, French & Italian vocabulary. Second language learning for beginners. Word practice & translation.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Fluent - Learn Spanish, French, Italian words

Pobierz pliki rozszerzeń Fluent - Learn Spanish, French, Italian words 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

                        Language learning shouldn’t feel like homework. Fluent uses the web to teach you Spanish, French, Italian, English, German, or Portuguese words, so you NEVER miss a day of language practice - even when you’re at your busiest - or laziest!

1. Learn words in a second language on any website you visit.
2. Grow your vocabulary by 1000s of words a year.
3. Speak effortlessly, and never struggle to find the right words again.

How Fluent works:

- Browse the web and discover new words in any English text
- Hover over them to memorize their translations
- Solve quizzes for each word to make recall effortless
- Level-up, and unlock tougher & more interesting words
- Watch your vocabulary grow by 1000s of words!
- *Actually* learn & retain a foreign language

Features:

- Learn while browsing
- Works on any website with English text
- Made for beginner & intermediate learners
- 1000s of useful & common words in Spanish, French & Italian
- Pronunciations and definitions for every word
- Daily challenges & streaks
- Dozens of word categories to unlock
- Several types of vocabulary quiz
- Spaced repetition system to maximize retention
- Refresh your memory with review sessions
- Snooze Fluent whenever it gets in the way

New:  

- Spanish to English! Spanish speakers can now browse Spanish websites and learn English words.

Download now and get started with the best way to learn a new language! Study while you browse, and turn the entire internet into a vocabulary expander. Throw your flashcards & dictionary away, and let our passive learning turn daily word practice into a breeze.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fluent - Learn Spanish, French, Italian words Fluent - Learn Spanish, French, Italian words
ID embghnbnaodclojpfejpklgombehfmeo
Oficjalny URL https://chromewebstore.google.com/detail/fluent-learn-spanish-fren/embghnbnaodclojpfejpklgombehfmeo
Opis Browse in English, learn Spanish, French & Italian vocabulary. Second language learning for beginners. Word practice & translation.
Rozmiar pliku 7.34 MB
Liczba instalacji 15,268
Aktualna Wersja 2.12.2
Ostatnia Aktualizacja 2024-02-17
Data Publikacji 2020-06-26
Ocena 4.65/5 Łącznie 152 Oceny
Deweloper https://fluent.co
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://www.fluent.co/
Adres URL Strony Pomocy https://www.fluent.co/contact-us
Adres URL Strony Polityki Prywatności https://www.fluent.co/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.12.2",
    "manifest_version": 3,
    "name": "Fluent - Learn Spanish, French, Italian words",
    "short_name": "Fluent",
    "description": "Browse in English, learn Spanish, French & Italian vocabulary. Second language learning for beginners. Word practice & translation.",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "tabs",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "Fluent - Learn Spanish, French, Italian words",
        "default_popup": "assets\/html\/popup.html"
    },
    "icons": {
        "16": "assets\/images\/onicon.png",
        "48": "assets\/images\/onicon.png",
        "128": "assets\/images\/onicon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "snooze": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "windows": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            },
            "description": "Toggles snoozing Fluent for 2 hours"
        },
        "open-menu": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "windows": "Ctrl+Shift+M",
                "mac": "MacCtrl+Shift+M"
            },
            "description": "Open Fluent's side bar menu"
        },
        "listen": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "windows": "Ctrl+Shift+P",
                "mac": "MacCtrl+Shift+P"
            },
            "description": "Play Wavenet voice"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+F",
                "chromeos": "Ctrl+F",
                "linux": "Ctrl+F",
                "mac": "MacCtrl+F"
            },
            "description": "Open Fluent's popup"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/images\/onicon.png",
                "*.ttf",
                "assets\/images\/french-flag.svg",
                "assets\/images\/italian-flag.svg",
                "assets\/images\/spanish-flag.svg",
                "assets\/images\/english-flag.svg",
                "assets\/images\/german-flag.svg",
                "assets\/images\/portuguese-flag.svg",
                "assets\/images\/officon.png",
                "assets\/images\/king-onicon.png",
                "assets\/images\/blue-title.png",
                "assets\/images\/top-of-gift-box.png",
                "assets\/images\/clock.png",
                "assets\/images\/medal.png",
                "assets\/images\/medal-ribbon.png",
                "assets\/images\/medal-ribbon-it.png",
                "assets\/images\/medal-ribbon-es.png",
                "assets\/images\/medal-ribbon-fr.png",
                "assets\/images\/medal-ribbon-en.png",
                "assets\/images\/medal-ribbon-pt.png",
                "assets\/images\/medal-ribbon-de.png",
                "assets\/images\/empty.png",
                "assets\/images\/fluent-square.png",
                "assets\/html\/mic.html",
                "assets\/audio\/recording-started.wav",
                "assets\/audio\/unlock-level.wav",
                "assets\/images\/olga.jpg",
                "assets\/images\/dog.png",
                "assets\/images\/floopy.png"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqAT2UeAxySjC+kt5uXMdqKIwuCA6QPkZmgAQ1OtpUSiNun0cfCv7lmDkIt9t5QPZtUVcIUGTR0EUabRNa2LtyZXqB6KXHPUBtp\/6DQ6F8MyF73tjuE4DQuqSUkYzjS8Pu1rOlZptzjlCJ+Bbt0N0QX3uRm5eO+XSy7eDtCz6U+EE2lXgm\/IO3ZySX\/BO39pu5HglXbbALhp9Jftlatn532jhVeOX2ioMcMZfvzUsiqtkF5lt4MoOQFz0GACiwb7nzdwe5lFv7VCq+Ua6CWZfs0v0Ihr1hyTVVXPgyh+2vhaIVxeVOANOOflZ1cGWZD59Zy3exQM+HRl9wwAcmBfhZQIDAQAB",
    "oauth2": {
        "client_id": "677808366503-no3aqctbb08i27heu1f7b74s0q1kprie.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}