WordSwap

Passive vocabulary building extension

WordSwap란 무엇입니까?

WordSwap은(는) Monwara에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Passive vocabulary building extension"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        WordSwap is the easiest way to build vocabulary in a foreign language. There's no reason to go out of your way to view flashcards or listen to audio for 30 minutes a day. Instead, just turn the extension on and read content online as you normally do. You'll pick up the new words in a passive manner as they appear in the text you read. 

The extension works by swapping out foreign language words each time it appears on a page. You create a list of words by entering word-pairs in the settings window (just click on the extension's icon at the top-right corner of the browser to change the settings). 

Be sure to click "Enable Swapping". You can also choose to see the original word next to the foreign word and/or see the foreign word highlighted in the text. 

Please let us know if you have any suggestions or experience any problems.                    

확장 프로그램 기본 정보

이름 WordSwap WordSwap
ID hgehlakmdjpcoohofopmbbhmfaadimco
공식 URL https://chromewebstore.google.com/detail/wordswap/hgehlakmdjpcoohofopmbbhmfaadimco
설명 Passive vocabulary building extension
파일 크기 29.17 KB
설치 횟수 232
현재 버전 0.0.2
최근 업데이트 2013-04-03
출시 날짜 2013-04-03
평점 3.29/5 총 7 개의 평점
개발자 Monwara
결제 유형 free
확장 프로그램 웹 사이트 http://monwara.com
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordSwap",
    "description": "Passive vocabulary building extension",
    "version": "0.0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "backgroundPage.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "swap.js"
            ],
            "css": [
                "swap.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "WordSwap",
        "default_popup": "guide.html"
    }
}