TheFreeDictionary.com Extension

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

ما هو TheFreeDictionary.com Extension؟

TheFreeDictionary.com Extension هو إضافة Chrome تم تطويرها بواسطة Farlex، والميزة الرئيسية لها هي "Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TheFreeDictionary.com Extension

قم بتنزيل ملفات الامتداد TheFreeDictionary.com Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم TheFreeDictionary.com Extension TheFreeDictionary.com Extension
ID afgabimphpgkjochcoogplolgpcagmap
عنوان URL الرسمي https://chrome.google.com/webstore/detail/thefreedictionarycom-exte/afgabimphpgkjochcoogplolgpcagmap
الوصف Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary!
حجم الملف 72.93 KB
عدد التثبيتات 50,000
النسخة الحالية 1.2
آخر تحديث 2012-10-17
تاريخ النشر 2012-10-17
تقييم 4.46/5 مجموع تقييمات 157
المطور Farlex
نوع الدفع free
موقع الإضافة http://thefreedictionary.com
عنوان صفحة المساعدة http://app.thefreedictionary.com/feedback.aspx
اللغات المدعومة 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"
}