YouGlish Lookup
Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
Co to jest YouGlish Lookup?
YouGlish Lookup to rozszerzenie Chrome opracowane przez Tu Tran, a jego główną funkcją jest „Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouGlish Lookup
Pobierz pliki rozszerzeń YouGlish Lookup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | YouGlish Lookup |
ID | nldfafdiaihciaclfkiljachinoblbko |
Oficjalny URL | https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko |
Opis | Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text. |
Rozmiar pliku | 18.09 KB |
Liczba instalacji | 942 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2021-03-09 |
Data Publikacji | 2021-03-09 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | Tu Tran |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |