Oxford Advanced Learner's Dictionary
Looks up online Oxford Advanced Learner's Dictionary for the selected text
Was ist Oxford Advanced Learner's Dictionary?
Oxford Advanced Learner's Dictionary ist eine Chrome-Erweiterung, die von Quy Nguyen entwickelt wurde, und ihr Hauptmerkmal ist "Looks up online Oxford Advanced Learner's Dictionary for the selected text".
Erweiterungsscreenshots
Oxford Advanced Learner's Dictionary-Erweiterungs-CRX-Datei herunterladen
Laden Sie Oxford Advanced Learner's Dictionary-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
Right click any word and look up the definition from Oxford Advanced Learner's Dictionary by selecting Oxford Dictionary from context menu
Grundlegende Informationen zur Erweiterung
Name | Oxford Advanced Learner's Dictionary |
ID | jbfnadandganeodogcmcigfmmpkamhif |
Offizielle URL | https://chromewebstore.google.com/detail/oxford-advanced-learners/jbfnadandganeodogcmcigfmmpkamhif |
Beschreibung | Looks up online Oxford Advanced Learner's Dictionary for the selected text |
Dateigröße | 99.81 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-01-01 |
Veröffentlichungsdatum | 2017-12-31 |
Bewertung | 4.58/5 Insgesamt 59 Bewertungen |
Entwickler | Quy Nguyen |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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]" } ] } |