YouGlish Lookup
Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
YouGlish Lookup là gì?
YouGlish Lookup là một tiện ích mở rộng Chrome được phát triển bởi Tu Tran, và tính năng chính của nó là "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouGlish Lookup
Tải xuống các tệp mở rộng YouGlish Lookup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouGlish Lookup |
ID | nldfafdiaihciaclfkiljachinoblbko |
URL Chính Thức | https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko |
Mô tả | Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text. |
Kích Thước Tệp | 18.09 KB |
Số Lần Cài Đặt | 942 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-03-09 |
Ngày Phát Hành | 2021-03-09 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Tu Tran |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |