Look-it-up

Adds context menu item that looks up selected text on dictionary sites

ما هو Look-it-up؟

Look-it-up هو إضافة Chrome تم تطويرها بواسطة https://timothytocci.wordpress.com، والميزة الرئيسية لها هي "Adds context menu item that looks up selected text on dictionary sites".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Look-it-up

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

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

                        A simple extension that will look up selected text on a number of different dictionary sites. You have the choice of dictionary.com, merriam-webster.com (dictionary and thesaurus), thefreedictionary.com, thesaurus.com, urbandictionary.com, wikipedia.org, wiktionary.org, and yourdictionary.com to look selected terms up with. There is an options page to enable or disable the different menu items included. 
To view the source code for this extension and many more visit: http://timothytocci.com/                    

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

الاسم Look-it-up Look-it-up
ID ipjahghegoomngoikgmnngibghgockhm
عنوان URL الرسمي https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm
الوصف Adds context menu item that looks up selected text on dictionary sites
حجم الملف 12.31 KB
عدد التثبيتات 274
النسخة الحالية 0.2
آخر تحديث 2014-05-31
تاريخ النشر 2014-05-31
تقييم 4.50/5 مجموع تقييمات 2
المطور https://timothytocci.wordpress.com
نوع الدفع free
موقع الإضافة http://timothytocci.com/
عنوان صفحة المساعدة http://timothytocci.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Look-it-up",
    "description": "Adds context menu item that looks up selected text on dictionary sites",
    "version": "0.2",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "book16.png",
        "32": "book32.png",
        "48": "book48.png",
        "128": "book128.png"
    },
    "manifest_version": 2
}