Dictionary.com Search

Quickly find meanings for the selected word on Dictionary.com.

ما هو Dictionary.com Search؟

Dictionary.com Search هو إضافة Chrome تم تطويرها بواسطة voila.tech.99، والميزة الرئيسية لها هي "Quickly find meanings for the selected word on Dictionary.com.".

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

screenshot

تحميل ملف CRX للإضافة Dictionary.com Search

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

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

                        Highlight a word on any page and right click on it - this simple addon creates a context menu item that allows you to search Dictionary.com for the meaning of the highlighted text. The results will open in a new tab.                    

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

الاسم Dictionary.com Search Dictionary.com Search
ID onnlgjnkpojmfgndmknmpdohgnicgkcj
عنوان URL الرسمي https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj
الوصف Quickly find meanings for the selected word on Dictionary.com.
حجم الملف 13.41 KB
عدد التثبيتات 490
النسخة الحالية 1.0.0
آخر تحديث 2021-10-04
تاريخ النشر 2021-09-30
تقييم 5.00/5 مجموع تقييمات 2
المطور voila.tech.99
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https:junglenut.net/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dictionary.com Search",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/dictionary-32.png",
        "48": "icons\/dictionary-48.png",
        "96": "icons\/dictionary-96.png"
    },
    "description": "Quickly find meanings for the selected word on Dictionary.com.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}