Mind The Word

Learn languages while browsing the Internet!

Mind The Wordคืออะไร?

Mind The Word เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oiworld.org และคุณลักษณะหลักของมันคือ "Learn languages while browsing the Internet!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        MindTheWord provides language immersion while you browse the internet.

In every webpage visited, it randomly translates a few words into the target language specified by you. Because the translated words are kept in context, it is easy to infer and memorize their meanings. Therefore, you effortlessly learn new vocabulary and improve your language skills.

In the options, you can configure:
* how much should be translated;
* how translated words should be highlighted;
* your own dictionary of pre-defined translations;
* how many consecutive words should be translated;
* a blacklist of websites that should not be translated;
* and much more...

Translation quality depends on GoogleTranslate. 
The following languages are supported so far:
Afrikaans, Albanian, Amharic, Arabic, Armenian, Azerbaijani, Basque, Belarusian, Bengali, Bihari, Bulgarian, Burmese, Breton, Catalan, Cherokee, Chinese, Chinese (simplified), Chinese (traditional), Corsican, Croatian, Czech, Danish, Dhivehi, Dutch, English, Esperanto, Estonian, Faroese, Filipino, Finnish, French, Frisian, Galician, Georgian, German, Greek, Gujarati, Haitian, Hebrew, Hindi, Hungarian, Icelandic, Indonesian, Inuktitut, Irish, Italian, Japanese, Javanese, Kannada, Kazakh, Khmer, Korean, Kurdish, Kyrgyz, Lao, Laothian, Latin, Latvian, Lithuanian, Luxembourgish, Macedonian, Malay, Malayalam, Maltese, Maori, Marathi, Mongolian, Nepali, Norwegian, Occitan, Oriya, Pashto, Persian, Polish, Portuguese, Punjabi, Quechua, Romanian, Russian, Sanskrit, Scots - gaelic, Serbian, Sindhi, Sinhalese, Slovak, Slovenian, Spanish, Sundanese, Swahili, Swedish, Syriac, Tajik, Tamil, Tagalog, Tatar, Telugu, Thai, Tibetan, Tonga, Turkish, Ukrainian, Urdu, Uzbek, Uighur, Vietnamese, Welsh, Yiddish, Yoruba.

May your language learning bring you joy and fluency!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mind The Word Mind The Word
ID fabjlaokbhaoehejcoblhahcekmogbom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mind-the-word/fabjlaokbhaoehejcoblhahcekmogbom
คำอธิบาย Learn languages while browsing the Internet!
ขนาดไฟล์ 743 KB
จำนวนการติดตั้ง 6,315
เวอร์ชันปัจจุบัน 4.0.0
อัปเดตครั้งล่าสุด 2018-10-07
วันที่เผยแพร่ 2018-10-07
คะแนน 3.09/5 รวมทั้งหมด 176 คะแนน
ผู้พัฒนา https://oiworld.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.facebook.com/pages/Mind-the-Word/166820950056078?sk=wall
URL หน้าช่วยเหลือ https://gitlab.com/aossie/MindTheWord/issues
ภาษาที่รองรับ en,fr,da,it,mr,hi,te,ml
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "4.0.0",
    "name": "__MSG_appName__",
    "short_name": "MindTheWord",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_security_policy": "media-src 'self'; object-src 'self'; script-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com;",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "options_page": "views\/options.html",
    "browser_action": {
        "default_icon": "assets\/img\/48.png",
        "default_title": "Mind the Word!",
        "default_popup": "views\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "mtw.js",
                "assets\/js\/jquery-3.3.1.min.js",
                "assets\/js\/jquery.hovercard.min.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/fonts\/*",
        "assets\/js\/*",
        "assets\/img\/*",
        "common\/*",
        "views\/options.html*"
    ],
    "icons": {
        "22": "assets\/img\/22.png",
        "24": "assets\/img\/24.png",
        "48": "assets\/img\/48.png",
        "128": "assets\/img\/128.png"
    },
    "permissions": [
        "http:\/\/google.com\/",
        "tabs",
        "",
        "storage",
        "contextMenus",
        "notifications",
        "tts",
        "unlimitedStorage"
    ]
}

ส่วนขยายที่เกี่ยวข้อง