YouGlish Lookup
Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
Was ist YouGlish Lookup?
YouGlish Lookup ist eine Chrome-Erweiterung, die von Tu Tran entwickelt wurde, und ihr Hauptmerkmal ist "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.".
Erweiterungsscreenshots
YouGlish Lookup-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouGlish Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | YouGlish Lookup |
ID | nldfafdiaihciaclfkiljachinoblbko |
Offizielle URL | https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko |
Beschreibung | Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text. |
Dateigröße | 18.09 KB |
Installationsanzahl | 942 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2021-03-09 |
Veröffentlichungsdatum | 2021-03-09 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | Tu Tran |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |