Learn English Naturally

This is app description

Что такое Learn English Naturally?

Learn English Naturally - это расширение Chrome, разработанное https://learn-naturally.com, и его основная функция - "This is app description".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Learn English Naturally

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

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

                        Enable English learner to check dictionaries instantly with selected word in webpage. more powerfully, you can add selected word to LearnEnglishNaturally app for Further learning and practice. integrated with youtube.com, click 'Open transcript' turning youtube into a language learning paradise.                    

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

Название Learn English Naturally Learn English Naturally
ID gmodeeaobjabobffphgojngfjgakjack
Официальный URL https://chromewebstore.google.com/detail/learn-english-naturally/gmodeeaobjabobffphgojngfjgakjack
Описание This is app description
Размер файла 533 KB
Количество установок 53
Текущая Версия 2.0.1
Последнее Обновление 2021-06-07
Дата публикации 2019-03-09
Разработчик https://learn-naturally.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "2.0.1",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ]
}