English Learner Kit
This extension helps learn phonetic transcription and pronunciation.
Co to jest English Learner Kit?
English Learner Kit to rozszerzenie Chrome opracowane przez Andrey Cheptsov, a jego główną funkcją jest „This extension helps learn phonetic transcription and pronunciation.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia English Learner Kit
Pobierz pliki rozszerzeń English Learner Kit 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
To see transcription for a word on the page, move your mouse over it and hold the Ctrl (Cmd for OS X) key. Hold the mouse longer to listen the pronunciation. Click on a word holding the Ctrl (Cmd for OS X) key to add it to the favorites (or to remove it from the favorites). Please submit bug reports and pull requests to https://github.com/cheptsov/english-learner-kit/issues
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | afmaganbgpebidpiahknfcgbhegckaao |
Oficjalny URL | https://chrome.google.com/webstore/detail/english-learner-kit/afmaganbgpebidpiahknfcgbhegckaao |
Opis | This extension helps learn phonetic transcription and pronunciation. |
Rozmiar pliku | 38.75 KB |
Liczba instalacji | 121 |
Aktualna Wersja | 1.0.11 |
Ostatnia Aktualizacja | 2014-07-04 |
Data Publikacji | 2014-07-04 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Andrey Cheptsov |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "English Learner Kit", "description": "This extension helps learn phonetic transcription and pronunciation.", "version": "1.0.11", "permissions": [ "https:\/\/dictionary.yandex.net\/", "storage", "notifications", "background" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "graduation-cap_999999_19.png", "38": "graduation-cap_999999_38.png" } } } |