Oxford Advanced Learner's Dictionary
Looks up online Oxford Advanced Learner's Dictionary for the selected text
Co to jest Oxford Advanced Learner's Dictionary?
Oxford Advanced Learner's Dictionary to rozszerzenie Chrome opracowane przez Quy Nguyen, a jego główną funkcją jest „Looks up online Oxford Advanced Learner's Dictionary for the selected text”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Oxford Advanced Learner's Dictionary
Pobierz pliki rozszerzeń Oxford Advanced Learner's Dictionary 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
Right click any word and look up the definition from Oxford Advanced Learner's Dictionary by selecting Oxford Dictionary from context menu
Podstawowe informacje o rozszerzeniu
Nazwa | Oxford Advanced Learner's Dictionary |
ID | jbfnadandganeodogcmcigfmmpkamhif |
Oficjalny URL | https://chromewebstore.google.com/detail/oxford-advanced-learners/jbfnadandganeodogcmcigfmmpkamhif |
Opis | Looks up online Oxford Advanced Learner's Dictionary for the selected text |
Rozmiar pliku | 99.81 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-01-01 |
Data Publikacji | 2017-12-31 |
Ocena | 4.58/5 Łącznie 59 Oceny |
Deweloper | Quy Nguyen |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oxford Advanced Learner's Dictionary", "version": "1.0", "manifest_version": 2, "description": "Looks up online Oxford Advanced Learner's Dictionary for the selected text", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "oxford.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": [ { "name": "Quy Nguyen", "email": "[email protected]" } ] } |