ProVo: IELTS Advanced Synonyms Dictionary

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

Vad är ProVo: IELTS Advanced Synonyms Dictionary?

ProVo: IELTS Advanced Synonyms Dictionary är en Chrome-tillägg utvecklad av ProVo - IELTS ProVocabulary, och dess huvudfunktion är "An IELTS Advanced Synonyms Dictionary for IELTS learners to IMPROVE LEXICAL BAND.".

Tilläggsskärmbilder

screenshot

Ladda ner ProVo: IELTS Advanced Synonyms Dictionary-förlängningens CRX-fil

Ladda ner ProVo: IELTS Advanced Synonyms Dictionary-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn ProVo: IELTS Advanced Synonyms Dictionary ProVo: IELTS Advanced Synonyms Dictionary
ID picppifgeioegkdjoibbggmnodbbikmc
Officiell webbadress https://chrome.google.com/webstore/detail/provo-ielts-advanced-syno/picppifgeioegkdjoibbggmnodbbikmc
Beskrivning An IELTS Advanced Synonyms Dictionary for IELTS learners to IMPROVE LEXICAL BAND.
Filstorlek 52.37 KB
Antal Installationer 124
Aktuell Version 0.0.2
Senast Uppdaterad 2021-12-07
Publiceringsdatum 2021-12-01
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare ProVo - IELTS ProVocabulary
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://provo.pro
Stödda Språk 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"
        }
    ]
}