YouGlish Lookup
Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
什么是YouGlish Lookup?
YouGlish Lookup是由Tu Tran开发的Chrome扩展程序,该扩展的主要功能是“Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.”。
扩展截图
下载YouGlish Lookup扩展crx文件
下载YouGlish Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | YouGlish Lookup |
ID | nldfafdiaihciaclfkiljachinoblbko |
官方URL | https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko |
简介 | Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text. |
文件大小 | 18.09 KB |
安装次数 | 942 |
当前版本 | 0.0.1 |
更新时间 | 2021-03-09 |
上架时间 | 2021-03-09 |
评分 | 4.20/5 共5次评分 |
开发者 | Tu Tran |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |