ProVo: IELTS Advanced Synonyms Dictionary

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

Wat is ProVo: IELTS Advanced Synonyms Dictionary?

ProVo: IELTS Advanced Synonyms Dictionary is een Chrome-extensie ontwikkeld door ProVo - IELTS ProVocabulary, en de belangrijkste functie is "An IELTS Advanced Synonyms Dictionary for IELTS learners to IMPROVE LEXICAL BAND.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ProVo: IELTS Advanced Synonyms Dictionary

Download ProVo: IELTS Advanced Synonyms Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ProVo: IELTS Advanced Synonyms Dictionary ProVo: IELTS Advanced Synonyms Dictionary
ID picppifgeioegkdjoibbggmnodbbikmc
Officiële URL https://chrome.google.com/webstore/detail/provo-ielts-advanced-syno/picppifgeioegkdjoibbggmnodbbikmc
Beschrijving An IELTS Advanced Synonyms Dictionary for IELTS learners to IMPROVE LEXICAL BAND.
Bestandsgrootte 52.37 KB
Aantal Installaties 124
Huidige Versie 0.0.2
Laatst Bijgewerkt 2021-12-07
Publicatiedatum 2021-12-01
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar ProVo - IELTS ProVocabulary
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://provo.pro
Ondersteunde Talen 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"
        }
    ]
}