Fluent - Learn Spanish, French, Italian words

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

Was ist Fluent - Learn Spanish, French, Italian words?

Fluent - Learn Spanish, French, Italian words ist eine Chrome-Erweiterung, die von https://fluent.co entwickelt wurde, und ihr Hauptmerkmal ist "Browse in English, learn Spanish, French & Italian vocabulary. Second language learning for beginners. Word practice & translation.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Fluent - Learn Spanish, French, Italian words-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fluent - Learn Spanish, French, Italian words-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Fluent - Learn Spanish, French, Italian words Fluent - Learn Spanish, French, Italian words
ID embghnbnaodclojpfejpklgombehfmeo
Offizielle URL https://chromewebstore.google.com/detail/fluent-learn-spanish-fren/embghnbnaodclojpfejpklgombehfmeo
Beschreibung Browse in English, learn Spanish, French & Italian vocabulary. Second language learning for beginners. Word practice & translation.
Dateigröße 7.34 MB
Installationsanzahl 15,268
Aktuelle Version 2.12.2
Letztes Update 2024-02-17
Veröffentlichungsdatum 2020-06-26
Bewertung 4.65/5 Insgesamt 152 Bewertungen
Entwickler https://fluent.co
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.fluent.co/
Hilfeseite URL https://www.fluent.co/contact-us
URL der Datenschutzrichtlinien-Seite https://www.fluent.co/privacy
Unterstützte Sprachen 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"
        ]
    }
}