YouGlish Lookup

Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.

Что такое YouGlish Lookup?

YouGlish Lookup - это расширение Chrome, разработанное Tu Tran, и его основная функция - "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения YouGlish Lookup

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

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

                        A super simple and lightweight Chrome extension that helps you immediately use YouGlish without visiting the site, by selecting it from the context menu, or clicking on the extension icon to show the YouGlish lookup popup.                    

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

Название YouGlish Lookup YouGlish Lookup
ID nldfafdiaihciaclfkiljachinoblbko
Официальный URL https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko
Описание Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
Размер файла 18.09 KB
Количество установок 942
Текущая Версия 0.0.1
Последнее Обновление 2021-03-09
Дата публикации 2021-03-09
Рейтинг 4.20/5 Всего 5 оценок
Разработчик Tu Tran
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouGlish Lookup",
    "description": "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.",
    "version": "0.0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "\/img\/16x16.png",
            "48": "\/img\/48x48.png",
            "128": "\/img\/128x128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/img\/16x16.png",
        "48": "\/img\/48x48.png",
        "128": "\/img\/128x128.png"
    }
}