Oxford Dictionary Search

Searches selected words in the Online Oxford Dictionary

Wat is Oxford Dictionary Search?

Oxford Dictionary Search is een Chrome-extensie ontwikkeld door progmonster, en de belangrijkste functie is "Searches selected words in the Online Oxford Dictionary".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Oxford Dictionary Search

Download Oxford Dictionary Search-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

                        Updated 02 Nov 2016. Thanks a lot OSryx for the help (https://github.com/OSryx)                    

Basisinformatie over de Extensie

Naam Oxford Dictionary Search Oxford Dictionary Search
ID bbhgfdkgegllnkmnpidalgbgdghilnha
Officiële URL https://chrome.google.com/webstore/detail/oxford-dictionary-search/bbhgfdkgegllnkmnpidalgbgdghilnha
Beschrijving Searches selected words in the Online Oxford Dictionary
Bestandsgrootte 19.39 KB
Aantal Installaties 3,000
Huidige Versie 0.2
Laatst Bijgewerkt 2016-11-02
Publicatiedatum 2016-11-02
Beoordeling 2.91/5 Totaal 86 Beoordelingen
Ontwikkelaar progmonster
Betalingswijze free
Extensiewebsite https://github.com/progmonster/oxford-dictionary-search.chrome-extensions
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oxford Dictionary Search",
    "description": "Searches selected words in the Online Oxford Dictionary",
    "version": "0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "images\/oxford128.png",
        "54": "images\/oxford54.png",
        "16": "images\/oxford16.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}