Fluent - Learn Spanish, French, Italian words

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

Что такое Fluent - Learn Spanish, French, Italian words?

Fluent - Learn Spanish, French, Italian words - это расширение Chrome, разработанное https://fluent.co, и его основная функция - "Browse in English, learn Spanish, French & Italian vocabulary. Second language learning for beginners. Word practice & translation.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Fluent - Learn Spanish, French, Italian words

Скачайте файлы расширений Fluent - Learn Spanish, French, Italian words в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Fluent - Learn Spanish, French, Italian words Fluent - Learn Spanish, French, Italian words
ID embghnbnaodclojpfejpklgombehfmeo
Официальный URL https://chromewebstore.google.com/detail/fluent-learn-spanish-fren/embghnbnaodclojpfejpklgombehfmeo
Описание Browse in English, learn Spanish, French & Italian vocabulary. Second language learning for beginners. Word practice & translation.
Размер файла 7.34 MB
Количество установок 15,268
Текущая Версия 2.12.2
Последнее Обновление 2024-02-17
Дата публикации 2020-06-26
Рейтинг 4.65/5 Всего 152 оценок
Разработчик https://fluent.co
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://www.fluent.co/
URL страницы помощи https://www.fluent.co/contact-us
URL страницы политики конфиденциальности https://www.fluent.co/privacy
Поддерживаемые языки 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"
        ]
    }
}