YouGlish Lookup

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

Vad är YouGlish Lookup?

YouGlish Lookup är en Chrome-tillägg utvecklad av Tu Tran, och dess huvudfunktion är "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner YouGlish Lookup-förlängningens CRX-fil

Ladda ner YouGlish Lookup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn YouGlish Lookup YouGlish Lookup
ID nldfafdiaihciaclfkiljachinoblbko
Officiell webbadress https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko
Beskrivning Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
Filstorlek 18.09 KB
Antal Installationer 942
Aktuell Version 0.0.1
Senast Uppdaterad 2021-03-09
Publiceringsdatum 2021-03-09
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare Tu Tran
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}