ProVo: IELTS Advanced Synonyms Dictionary

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

Qu'est-ce que ProVo: IELTS Advanced Synonyms Dictionary ?

ProVo: IELTS Advanced Synonyms Dictionary est une extension Chrome développée par ProVo - IELTS ProVocabulary, et sa fonction principale est "An IELTS Advanced Synonyms Dictionary for IELTS learners to IMPROVE LEXICAL BAND.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ProVo: IELTS Advanced Synonyms Dictionary

Téléchargez les fichiers d'extension ProVo: IELTS Advanced Synonyms Dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ProVo: IELTS Advanced Synonyms Dictionary ProVo: IELTS Advanced Synonyms Dictionary
ID picppifgeioegkdjoibbggmnodbbikmc
URL Officiel https://chrome.google.com/webstore/detail/provo-ielts-advanced-syno/picppifgeioegkdjoibbggmnodbbikmc
Description An IELTS Advanced Synonyms Dictionary for IELTS learners to IMPROVE LEXICAL BAND.
Taille du Fichier 52.37 KB
Nombre d'Installations 124
Version Actuelle 0.0.2
Dernière Mise à Jour 2021-12-07
Date de Publication 2021-12-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur ProVo - IELTS ProVocabulary
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://provo.pro
Langues Prises en Charge 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"
        }
    ]
}