YouGlish Lookup

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

Co je YouGlish Lookup?

YouGlish Lookup je rozšíření Chrome vyvinuté Tu Tran, a jeho hlavní funkcí je „Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření YouGlish Lookup

Stáhněte si soubory rozšíření YouGlish Lookup ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YouGlish Lookup YouGlish Lookup
ID nldfafdiaihciaclfkiljachinoblbko
Oficiální URL https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko
Popis Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
Velikost souboru 18.09 KB
Počet instalací 942
Aktuální Verze 0.0.1
Poslední Aktualizace 2021-03-09
Datum Vydání 2021-03-09
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář Tu Tran
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}