WordSwap

Passive vocabulary building extension

WordSwapคืออะไร?

WordSwap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Monwara และคุณลักษณะหลักของมันคือ "Passive vocabulary building extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordSwap

ดาวน์โหลดไฟล์ส่วนขยาย WordSwap ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}