YouGlish Lookup
Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
Hvad er YouGlish Lookup?
YouGlish Lookup er en Chrome-udvidelse udviklet af Tu Tran, og dens hovedfunktion er "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.".
Udvidelsesskærmbilleder
Download YouGlish Lookup-udvidelses-CRX-fil
Download YouGlish Lookup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | YouGlish Lookup |
ID | nldfafdiaihciaclfkiljachinoblbko |
Officiel URL | https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko |
Beskrivelse | Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text. |
Filstørrelse | 18.09 KB |
Antal Installationer | 942 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2021-03-09 |
Udgivelsesdato | 2021-03-09 |
Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
Udvikler | Tu Tran |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |