Oxford Dictionary Lookup
Looks up the selected text on Oxford Learner's Dictionaries
Was ist Oxford Dictionary Lookup?
Oxford Dictionary Lookup ist eine Chrome-Erweiterung, die von namnguyenhoai.info entwickelt wurde, und ihr Hauptmerkmal ist "Looks up the selected text on Oxford Learner's Dictionaries".
Erweiterungsscreenshots
Oxford Dictionary Lookup-Erweiterungs-CRX-Datei herunterladen
Laden Sie Oxford Dictionary Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Looks up the selected text on https://www.oxfordlearnersdictionaries.com.
- Just right-click on the selected text and choose "Oxford Lookup ..."
- Auto close old popup.
- Store a history of 15 words you've looked up . Grundlegende Informationen zur Erweiterung
| Name | |
| ID | llcdhkifjccomnbldmapjdeoaopnalfh |
| Offizielle URL | https://chromewebstore.google.com/detail/oxford-dictionary-lookup/llcdhkifjccomnbldmapjdeoaopnalfh |
| Beschreibung | Looks up the selected text on Oxford Learner's Dictionaries |
| Dateigröße | 141 KB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2019-02-26 |
| Veröffentlichungsdatum | 2019-02-26 |
| Bewertung | 4.92/5 Insgesamt 24 Bewertungen |
| Entwickler | namnguyenhoai.info |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://namnguyenhoai.info/ |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Oxford Dictionary Lookup",
"version": "1.1",
"description": "Looks up the selected text on Oxford Learner's Dictionaries",
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"permissions": [
"storage",
"contextMenus"
]
} | |