ProVo: IELTS Advanced Synonyms Dictionary

An IELTS Advanced Synonyms Dictionary for IELTS learners to IMPROVE LEXICAL BAND.

ما هو ProVo: IELTS Advanced Synonyms Dictionary؟

ProVo: IELTS Advanced Synonyms Dictionary هو إضافة Chrome تم تطويرها بواسطة ProVo - IELTS ProVocabulary، والميزة الرئيسية لها هي "An IELTS Advanced Synonyms Dictionary for IELTS learners to IMPROVE LEXICAL BAND.".

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

screenshot

تحميل ملف CRX للإضافة ProVo: IELTS Advanced Synonyms Dictionary

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

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

                        Fast and easily look up advanced synonyms for IELTS learners while browsing web. Powered by ProVo.

Install the extension now to IMPROVE VOCAB BAND.

★ KEY FEATURE:
- Look up IELTS advanced/high-level synonyms of the selected word.
- Look up the context of each synonym of the selected word.

★ OFFICIAL SITE:
https://provo.pro                    

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

الاسم ProVo: IELTS Advanced Synonyms Dictionary ProVo: IELTS Advanced Synonyms Dictionary
ID picppifgeioegkdjoibbggmnodbbikmc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/provo-ielts-advanced-syno/picppifgeioegkdjoibbggmnodbbikmc
الوصف An IELTS Advanced Synonyms Dictionary for IELTS learners to IMPROVE LEXICAL BAND.
حجم الملف 52.37 KB
عدد التثبيتات 124
النسخة الحالية 0.0.2
آخر تحديث 2021-12-07
تاريخ النشر 2021-12-01
تقييم 5.00/5 مجموع تقييمات 2
المطور ProVo - IELTS ProVocabulary
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://provo.pro
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProVo: IELTS Advanced Synonyms Dictionary",
    "description": "An IELTS Advanced Synonyms Dictionary for IELTS learners to IMPROVE LEXICAL BAND.",
    "version": "0.0.2",
    "homepage_url": "https:\/\/provo.pro",
    "manifest_version": 2,
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "16": "\/images\/icon32.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon32.png",
            "128": "\/images\/icon32.png"
        }
    },
    "content_security_policy": "default-src 'none'; connect-src 'self'; script-src 'self'; img-src * data:; style-src 'self' 'unsafe-inline'; frame-src * ",
    "default_icon": "icon32.png",
    "icons": {
        "16": "\/images\/icon32.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon32.png",
        "128": "\/images\/icon32.png"
    },
    "web_accessible_resources": [
        "index.html",
        "images\/*",
        "styles\/*"
    ],
    "background": {
        "scripts": [
            "jquery.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}