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 |
Eメール | [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" } } |