LibaLearn — тренажер по английскому языку

Ты запомнишь до 130 английских слов в месяц без занятий!

What is LibaLearn — тренажер по английскому языку?

LibaLearn — тренажер по английскому языку is a Chrome extension developed by MoreWow, and its main feature is "Ты запомнишь до 130 английских слов в месяц без занятий!".

Extension Screenshots

screenshot
screenshot

Download LibaLearn — тренажер по английскому языку Extension CRX File

Download LibaLearn — тренажер по английскому языку extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Карточки по английскому больше не нужны, просто установи расширение. Способа запомнить слова легче, чем LibaLearn - уже не будет.

+ Не требует занятий
+ Современные словари на любой вкус
+ Запрет подмены на тех сайтах, где тебе это не нужно
+ Безопасно - все работает только внутри твоего браузер

Как происходит обучение?
1. Открываешь любой сайт как делаешь это обычно
2. Я заменяю русские слова на их английский перевод
3. Читаешь тот же контент, но уже с английскими словами
4. Если слово незнакомое - смотришь подсказку

Слова подменяются без учета контекста например:
"в другом виде" и " мы гуляли с другом" , слово "другом" заменится на слово "friend"

Важно: не забудь закрепить расширение в панели управления                    

Extension Basic Information

Name LibaLearn — тренажер по английскому языку LibaLearn — тренажер по английскому языку
ID llmiofnindagmojbkpmielaohjpfbjpf
Official URL https://chromewebstore.google.com/detail/libalearn-%E2%80%94-%D1%82%D1%80%D0%B5%D0%BD%D0%B0%D0%B6%D0%B5%D1%80-%D0%BF%D0%BE-%D0%B0/llmiofnindagmojbkpmielaohjpfbjpf
Description Ты запомнишь до 130 английских слов в месяц без занятий!
File Size 3.77 MB
Installation Count 110
Current Version 0.4.6
Last Updated 2021-03-23
Publish Date 2020-11-09
Rating 5.00/5 Total 7 Ratings
Developer MoreWow
Email [email protected]
Payment Type free
Extension Website https://libalearn.com
Help Page URL https://t.me/joinchat/IJ33UUapS1I3jleR4DnHAw
Privacy Policy Page URL https://docs.google.com/document/d/1ivDvKAsuEQYjf1CG16Ynh2CQ1LjbpPVRGJ0qGFqvy00/edit?usp=sharing
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LibaLearn \u2014 \u0442\u0440\u0435\u043d\u0430\u0436\u0435\u0440 \u043f\u043e \u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u043e\u043c\u0443 \u044f\u0437\u044b\u043a\u0443",
    "version": "0.4.6",
    "manifest_version": 2,
    "description": "\u0422\u044b \u0437\u0430\u043f\u043e\u043c\u043d\u0438\u0448\u044c \u0434\u043e 130 \u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u0445 \u0441\u043b\u043e\u0432 \u0432 \u043c\u0435\u0441\u044f\u0446 \u0431\u0435\u0437 \u0437\u0430\u043d\u044f\u0442\u0438\u0439!",
    "icons": {
        "16": ".\/img\/icons\/enabled\/icon16.png",
        "32": ".\/img\/icons\/enabled\/icon32.png",
        "48": ".\/img\/icons\/enabled\/icon48.png",
        "128": ".\/img\/icons\/enabled\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "tts"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "background": {
        "page": "index.html",
        "persistent": false
    },
    "browser_action": {
        "default_title": "LibaLearn",
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/img\/icons\/enabled\/icon16.png",
            "32": ".\/img\/icons\/enabled\/icon32.png",
            "48": ".\/img\/icons\/enabled\/icon48.png",
            "128": ".\/img\/icons\/enabled\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "commands": {
        "toggle-tab-ignore-status": {
            "suggested_key": {
                "default": "Alt+Z",
                "mac": "Alt+Z"
            },
            "description": "\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043d\u0430 \u0442\u0435\u043a\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435"
        }
    }
}