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은(는) ProVo - IELTS ProVocabulary에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An IELTS Advanced Synonyms Dictionary for IELTS learners to IMPROVE LEXICAL BAND."입니다.

확장 프로그램 스크린샷

screenshot

ProVo: IELTS Advanced Synonyms Dictionary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}