Vocab by Preply

Find out the meaning of any word with Vocab by Preply and instantly add words to your vocab as you browse the web.

Vocab by Preply란 무엇입니까?

Vocab by Preply은(는) https://preply.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find out the meaning of any word with Vocab by Preply and instantly add words to your vocab as you browse the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Vocab by Preply 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Simply select the word you want to learn, click on Vocab by Preply and learn its meaning on the go. Click “Add to vocab” and the words will automatically save in your Preply vocab. 

Learning vocabulary can be a challenge for anyone! It’s so easy to forget new words, and it takes regular practice to remember them. Seeing a word used in a sentence can really help build your memory. Being able to add it to your personal word bank can be a great way to boost your learning. 

Preply is shaping the future of online learning by connecting more than 100,000 new students each month with tutors from all over the world. We believe that combining innovative learning solutions with 1-on-1 lessons is the most effective way to learn. We provide both, and we will help you speak any language confidently. 

Learning new words has never been this easy!                    

확장 프로그램 기본 정보

이름 Vocab by Preply Vocab by Preply
ID himkophbokjcipdpdclngoighmpfclig
공식 URL https://chromewebstore.google.com/detail/vocab-by-preply/himkophbokjcipdpdclngoighmpfclig
설명 Find out the meaning of any word with Vocab by Preply and instantly add words to your vocab as you browse the web.
파일 크기 258 KB
설치 횟수 2,881
현재 버전 2.3.0
최근 업데이트 2023-10-25
출시 날짜 2021-06-17
평점 4.19/5 총 21 개의 평점
개발자 https://preply.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://preply.com/
도움말 페이지 URL https://help.preply.com
개인정보 보호 정책 페이지 URL https://termsofuse.preply.com/terms_of_use/en_PrivacyPolicy.pdf
지원되는 언어 de,en,fr,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "2.3.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png",
        "256": "\/images\/icon256.png",
        "512": "\/images\/icon512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "core.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "storage"
    ]
}