YouGlish Lookup

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

Qu'est-ce que YouGlish Lookup ?

YouGlish Lookup est une extension Chrome développée par Tu Tran, et sa fonction principale est "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouGlish Lookup

Téléchargez les fichiers d'extension YouGlish Lookup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YouGlish Lookup YouGlish Lookup
ID nldfafdiaihciaclfkiljachinoblbko
URL Officiel https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko
Description Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
Taille du Fichier 18.09 KB
Nombre d'Installations 942
Version Actuelle 0.0.1
Dernière Mise à Jour 2021-03-09
Date de Publication 2021-03-09
Évaluation 4.20/5 Total 5 Évaluations
Développeur Tu Tran
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}