YouGlish Lookup

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

Cos'è YouGlish Lookup?

YouGlish Lookup è un'estensione di Chrome sviluppata da Tu Tran, e la sua funzione principale è "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouGlish Lookup

Scarica i file di estensione YouGlish Lookup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouGlish Lookup YouGlish Lookup
ID nldfafdiaihciaclfkiljachinoblbko
URL Ufficiale https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko
Descrizione Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
Dimensione del File 18.09 KB
Conteggio Installazioni 942
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-03-09
Data di Pubblicazione 2021-03-09
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Tu Tran
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}