Oxford Advanced Learner's Dictionary

Looks up online Oxford Advanced Learner's Dictionary for the selected text

Wat is Oxford Advanced Learner's Dictionary?

Oxford Advanced Learner's Dictionary is een Chrome-extensie ontwikkeld door Quy Nguyen, en de belangrijkste functie is "Looks up online Oxford Advanced Learner's Dictionary for the selected text".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Oxford Advanced Learner's Dictionary

Download Oxford Advanced Learner's Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Right click any word and look up the definition from Oxford Advanced Learner's Dictionary by selecting Oxford Dictionary from context menu                    

Basisinformatie over de Extensie

Naam Oxford Advanced Learner's Dictionary Oxford Advanced Learner's Dictionary
ID jbfnadandganeodogcmcigfmmpkamhif
Officiële URL https://chromewebstore.google.com/detail/oxford-advanced-learners/jbfnadandganeodogcmcigfmmpkamhif
Beschrijving Looks up online Oxford Advanced Learner's Dictionary for the selected text
Bestandsgrootte 99.81 KB
Aantal Installaties 10,000
Huidige Versie 1.0
Laatst Bijgewerkt 2018-01-01
Publicatiedatum 2017-12-31
Beoordeling 4.58/5 Totaal 59 Beoordelingen
Ontwikkelaar Quy Nguyen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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]"
        }
    ]
}