TheFreeDictionary.com Extension

Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary!

Qu'est-ce que TheFreeDictionary.com Extension ?

TheFreeDictionary.com Extension est une extension Chrome développée par Farlex, et sa fonction principale est "Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TheFreeDictionary.com Extension

Téléchargez les fichiers d'extension TheFreeDictionary.com Extension 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

                        Finding the definition of any word on any website has never been easier!

Instantly access definitions from TheFreeDictionary.com four easy ways: 

* Double-click any word.

* Click the extension icon and search directly from your toolbar. 

* Highlight any word and click the extension icon. 

* Highlight any word and right-click.  

TheFreeDictionary.com is the world's most comprehensive dictionary, featuring English and 13 other languages, plus multiple thesauri, encyclopedias, and specialty dictionaries such as financial, medical, legal, acronyms, idioms and much more!                    

Informations de Base sur l'Extension

Nom TheFreeDictionary.com Extension TheFreeDictionary.com Extension
ID afgabimphpgkjochcoogplolgpcagmap
URL Officiel https://chrome.google.com/webstore/detail/thefreedictionarycom-exte/afgabimphpgkjochcoogplolgpcagmap
Description Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary!
Taille du Fichier 72.93 KB
Nombre d'Installations 50,000
Version Actuelle 1.2
Dernière Mise à Jour 2012-10-17
Date de Publication 2012-10-17
Évaluation 4.46/5 Total 157 Évaluations
Développeur Farlex
Type de Paiement free
Site Web de l'Extension http://thefreedictionary.com
URL de la Page d'Aide http://app.thefreedictionary.com/feedback.aspx
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "\/img\/icon19.png",
        "default_title": "Double-click any word to instantly get its definition from TheFreeDictionary.com, the world's most comprehensive dictionary! Or click the icon to search the dictionary directly from your toolbar.",
        "default_popup": "popup.html"
    },
    "description": "Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary!",
    "homepage_url": "http:\/\/thefreedictionary.com",
    "icons": {
        "48": "\/img\/icon48.png",
        "128": "\/img\/icon128.gif",
        "16": "\/img\/icon16.png"
    },
    "manifest_version": 2,
    "name": "TheFreeDictionary.com Extension",
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "version": "1.2",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html"
}