แปลที แม่งพิมพ์ผิด

แปลข้อความไทยที่พิมพ์ด้วยคีย์บอร์ดอังกฤษ หรือข้อความอังกฤษที่พิมพ์ด้วยคีย์บอร์ดไทย

What is แปลที แม่งพิมพ์ผิด?

แปลที แม่งพิมพ์ผิด is a Chrome extension developed by earthchie, and its main feature is "แปลข้อความไทยที่พิมพ์ด้วยคีย์บอร์ดอังกฤษ หรือข้อความอังกฤษที่พิมพ์ด้วยคีย์บอร์ดไทย".

Extension Screenshots

screenshot

Download แปลที แม่งพิมพ์ผิด Extension CRX File

Download แปลที แม่งพิมพ์ผิด extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Update: v1.1.0 รองรับการแปลจากภาษาไทยให้กลับไปเป็นภาษาอังกฤษแล้ว

แปลข้อความไทยที่พิมพ์ด้วยคีย์บอร์ดอังกฤษ หรือข้อความอังกฤษที่พิมพ์ด้วยคีย์บอร์ดไทย

วิธีใช้
- กดที่ icon สีฟ้าๆ (ที่เขียนว่าแปล) จากนั้นพิมพ์ข้อความที่ต้องการแปลลงไป
- หรือคลุมดำข้อความที่ต้องการแปล แล้วกดที่ icon ดังกล่าว

พบปัญหา?
- แจ้งเอิร์ธ https://fb.com/earthchie/
- หรือเปิด Issue ที่ GitHub https://github.com/earthchie/Chrome-ThaiKeyEng                    

Extension Basic Information

Name แปลที แม่งพิมพ์ผิด แปลที แม่งพิมพ์ผิด
ID cdcoiebgjfhpmciejdicdbpjiapbcbgg
Official URL https://chromewebstore.google.com/detail/%E0%B9%81%E0%B8%9B%E0%B8%A5%E0%B8%97%E0%B8%B5-%E0%B9%81%E0%B8%A1%E0%B9%88%E0%B8%87%E0%B8%9E%E0%B8%B4%E0%B8%A1%E0%B8%9E%E0%B9%8C%E0%B8%9C%E0%B8%B4%E0%B8%94/cdcoiebgjfhpmciejdicdbpjiapbcbgg
Description แปลข้อความไทยที่พิมพ์ด้วยคีย์บอร์ดอังกฤษ หรือข้อความอังกฤษที่พิมพ์ด้วยคีย์บอร์ดไทย
File Size 237 KB
Installation Count 231
Current Version 1.1.0
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.75/5 Total 4 Ratings
Developer earthchie
Payment Type free
Extension Website https://github.com/earthchie/Chrome-ThaiKeyEng
Supported Languages th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0e41\u0e1b\u0e25\u0e17\u0e35 \u0e41\u0e21\u0e48\u0e07\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e1c\u0e34\u0e14",
    "description": "\u0e41\u0e1b\u0e25\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e44\u0e17\u0e22\u0e17\u0e35\u0e48\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e14\u0e49\u0e27\u0e22\u0e04\u0e35\u0e22\u0e4c\u0e1a\u0e2d\u0e23\u0e4c\u0e14\u0e2d\u0e31\u0e07\u0e01\u0e24\u0e29 \u0e2b\u0e23\u0e37\u0e2d\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e31\u0e07\u0e01\u0e24\u0e29\u0e17\u0e35\u0e48\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e14\u0e49\u0e27\u0e22\u0e04\u0e35\u0e22\u0e4c\u0e1a\u0e2d\u0e23\u0e4c\u0e14\u0e44\u0e17\u0e22",
    "version": "1.1.0",
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "app\/js\/content_scripts.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": "app\/images\/langswap.png",
        "default_popup": "app\/index.html"
    }
}