Definer Of Words

Defines Words You Highlight With Mouse Cursor

ما هو Definer Of Words؟

Definer Of Words هو إضافة Chrome تم تطويرها بواسطة kevin.teal1، والميزة الرئيسية لها هي "Defines Words You Highlight With Mouse Cursor".

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

screenshot

تحميل ملف CRX للإضافة Definer Of Words

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

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

                        This is an page dictionary. All you have to do is highlight a word on the page with the mouse cursor and then an information box will appear with the definition of the word. 

This app will be great for those learning the English language.                    

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

الاسم Definer Of Words Definer Of Words
ID apgbjnebgghbmgpdcllmonpdeecjlmbm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/definer-of-words/apgbjnebgghbmgpdcllmonpdeecjlmbm
الوصف Defines Words You Highlight With Mouse Cursor
حجم الملف 45.1 KB
عدد التثبيتات 169
النسخة الحالية 1.0
آخر تحديث 2015-07-21
تاريخ النشر 2015-07-21
تقييم 5.00/5 مجموع تقييمات 1
المطور kevin.teal1
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Definer Of Words",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Defines Words You Highlight With Mouse Cursor",
    "browser_action": {
        "default_icon": "off.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js"
            ]
        }
    ]
}