YouGlish Lookup
Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
What is YouGlish Lookup?
YouGlish Lookup is a Chrome extension developed by Tu Tran, and its main feature is "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.".
Extension Screenshots
Download YouGlish Lookup Extension CRX File
Download YouGlish Lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YouGlish Lookup |
ID | nldfafdiaihciaclfkiljachinoblbko |
Official URL | 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. |
File Size | 18.09 KB |
Installation Count | 942 |
Current Version | 0.0.1 |
Last Updated | 2021-03-09 |
Publish Date | 2021-03-09 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Tu Tran |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |