Synonym For Me

Get synoyms for your essay!!

ما هو Synonym For Me؟

Synonym For Me هو إضافة Chrome تم تطويرها بواسطة levstamb، والميزة الرئيسية لها هي "Get synoyms for your essay!!".

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

screenshot

تحميل ملف CRX للإضافة Synonym For Me

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

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

                        Use this extension by selecting the word you want to find a synonym for on Google Docs. Click on the extension, press "click for synonym" and find your synonym.                    

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

الاسم Synonym For Me Synonym For Me
ID kngpjogdplnidnkamdebdanchmoieane
عنوان URL الرسمي https://chrome.google.com/webstore/detail/synonym-for-me/kngpjogdplnidnkamdebdanchmoieane
الوصف Get synoyms for your essay!!
حجم الملف 40.02 KB
عدد التثبيتات 291
النسخة الحالية 2.0
آخر تحديث 2018-01-08
تاريخ النشر 2018-01-08
تقييم 5.00/5 مجموع تقييمات 1
المطور levstamb
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "icon.PNG"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.PNG",
        "default_popup": "front.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "googleDocsUtil.js",
                "addList.js"
            ]
        }
    ]
}