WordWeb Dictionary Lookup

One-click lookup with WordWeb (wordweb.info, Windows only)

Qu'est-ce que WordWeb Dictionary Lookup ?

WordWeb Dictionary Lookup est une extension Chrome développée par https://wordweb.info, et sa fonction principale est "One-click lookup with WordWeb (wordweb.info, Windows only)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WordWeb Dictionary Lookup

Téléchargez les fichiers d'extension WordWeb Dictionary Lookup 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

                        Enables one-click dictionary/thesaurus look up:

 * Ctrl+Right Click on a word on any page to look it up in WordWeb

 * Toolbar icon to open WordWeb with selected text, or look up word at the cursor in a edit box

 * Ctrl+Alt+W to open WordWeb with selected text, or active word in edit box

 * If you are editing text, you can use the Replace button in WordWeb to replace the word with a synonym or corrected spelling

Note that WordWeb or WordWeb Pro  8.1 or higher for Windows must be installed (default option).  WordWeb is available separately from http://wordweb.info, free or Pro versions.                    

Informations de Base sur l'Extension

Nom WordWeb Dictionary Lookup WordWeb Dictionary Lookup
ID ilikenhndcpmliapkmmhoimckaokmihm
URL Officiel https://chromewebstore.google.com/detail/wordweb-dictionary-lookup/ilikenhndcpmliapkmmhoimckaokmihm
Description One-click lookup with WordWeb (wordweb.info, Windows only)
Taille du Fichier 23.55 KB
Nombre d'Installations 47,121
Version Actuelle 0.0.1.6
Dernière Mise à Jour 2017-05-08
Date de Publication 2017-05-08
Évaluation 4.74/5 Total 50 Évaluations
Développeur https://wordweb.info
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.wordwebsoftware.com/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WordWeb Dictionary Lookup",
    "short_name": "WordWeb",
    "version": "0.0.1.6",
    "manifest_version": 2,
    "description": "One-click lookup with WordWeb (wordweb.info, Windows only)",
    "icons": {
        "24": "images\/24.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "author": "WordWeb Software",
    "homepage_url": "http:\/\/wordweb.info\/",
    "browser_action": {
        "default_title": "WordWeb"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "backgroundscript.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "tabs"
    ]
}