YouGlish Lookup

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

Wat is YouGlish Lookup?

YouGlish Lookup is een Chrome-extensie ontwikkeld door Tu Tran, en de belangrijkste functie is "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie YouGlish Lookup

Download YouGlish Lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YouGlish Lookup YouGlish Lookup
ID nldfafdiaihciaclfkiljachinoblbko
Officiële URL https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko
Beschrijving Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
Bestandsgrootte 18.09 KB
Aantal Installaties 942
Huidige Versie 0.0.1
Laatst Bijgewerkt 2021-03-09
Publicatiedatum 2021-03-09
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Tu Tran
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}