Synonyms

This extension searches dictionary.com to get the meaning of the selected word.

ما هو Synonyms؟

Synonyms هو إضافة Chrome تم تطويرها بواسطة sandeepkkothari، والميزة الرئيسية لها هي "This extension searches dictionary.com to get the meaning of the selected word.".

تحميل ملف CRX للإضافة Synonyms

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

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

                        This extension searches the meaning of the selected word. This helps the user to look up for the meaning without changing tab.
Please provide review if you like it...                    

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

الاسم Synonyms Synonyms
ID mhkkedebchmmoppeaphchfnddbjoddif
عنوان URL الرسمي https://chrome.google.com/webstore/detail/synonyms/mhkkedebchmmoppeaphchfnddbjoddif
الوصف This extension searches dictionary.com to get the meaning of the selected word.
حجم الملف 157 KB
عدد التثبيتات 360
النسخة الحالية 1.0
آخر تحديث 2015-11-03
تاريخ النشر 2015-11-03
تقييم 5.00/5 مجموع تقييمات 2
المطور sandeepkkothari
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Synonyms",
    "description": "This extension searches dictionary.com to get the meaning of the selected word.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "dic.png",
        "default_popup": "syn.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}