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 هو إضافة Chrome تم تطويرها بواسطة Tu Tran، والميزة الرئيسية لها هي "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouGlish Lookup
قم بتنزيل ملفات الامتداد YouGlish Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |