VocabBoost

Boost your language learning. Make a language test out of any website: * Learn relevant vocabulary from stuff you love! * Make the…

VocabBoost란 무엇입니까?

VocabBoost은(는) because_curious에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost your language learning. Make a language test out of any website: * Learn relevant vocabulary from stuff you love! * Make the…"입니다.

확장 프로그램 스크린샷

screenshot

VocabBoost 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Boost your language learning. Make a language test out of any website:
* Learn relevant vocabulary from stuff you love!
* Make the Internet your own exercise book!
* Learn new words on your own terms!

How to make a test:
1) Open a website
2) Select the text with your mouse
3) Right click
4) Choose "Make a test"
5) If you think the test is too hard, click "Show choices". You can drag the words into the test.
6) Once you are ready to grade, click "Check answers".
7) If you want to see all answers, click "Show answers".
8) To make a new test, please refresh the page.

This extension supports all languages (including Japanese, but excluding Chinese and Korean). 
This is a free beta version.
Please provide your feedback via https://vocabboost.online/feedback.                    

확장 프로그램 기본 정보

이름 VocabBoost VocabBoost
ID obgbcamdmcdcenchjmhggocjabmnnaab
공식 URL https://chromewebstore.google.com/detail/vocabboost/obgbcamdmcdcenchjmhggocjabmnnaab
설명 Boost your language learning. Make a language test out of any website: * Learn relevant vocabulary from stuff you love! * Make the…
파일 크기 90.57 KB
설치 횟수 1,887
현재 버전 0.0.0.13
최근 업데이트 2021-04-18
출시 날짜 2021-02-04
평점 3.33/5 총 9 개의 평점
개발자 because_curious
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vocabboost.online/
개인정보 보호 정책 페이지 URL https://snapsell.ai/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VocabBoost",
    "version": "0.0.0.13",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "controls_block.html"
    ],
    "background": {
        "scripts": [
            "glue.js",
            "options_util.js",
            "background.js",
            "tiny-segmenter\/tiny-segmenter-0.2.0.js",
            "corpora\/en_academic_word_list.js",
            "corpora\/en_new_academic_word_list.js",
            "corpora\/en_new_general_service_list.js",
            "content.js",
            "hot-reload.js"
        ],
        "css": [
            "style.css"
        ]
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{f39f389c-bf88-4d31-90f4-914d7878a21e}"
        }
    }
}