Oxford Dictionary Search

Searches selected words in the Online Oxford Dictionary

Qu'est-ce que Oxford Dictionary Search ?

Oxford Dictionary Search est une extension Chrome développée par progmonster, et sa fonction principale est "Searches selected words in the Online Oxford Dictionary".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Oxford Dictionary Search

Téléchargez les fichiers d'extension Oxford Dictionary Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Oxford Dictionary Search Oxford Dictionary Search
ID bbhgfdkgegllnkmnpidalgbgdghilnha
URL Officiel https://chrome.google.com/webstore/detail/oxford-dictionary-search/bbhgfdkgegllnkmnpidalgbgdghilnha
Description Searches selected words in the Online Oxford Dictionary
Taille du Fichier 19.39 KB
Nombre d'Installations 3,000
Version Actuelle 0.2
Dernière Mise à Jour 2016-11-02
Date de Publication 2016-11-02
Évaluation 2.91/5 Total 86 Évaluations
Développeur progmonster
Type de Paiement free
Site Web de l'Extension https://github.com/progmonster/oxford-dictionary-search.chrome-extensions
Langues Prises en Charge 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
}