English-Thai Dictionary แปลอังกฤษ-ไทย

Translate double-clicked highlighted word from English to Thai. แปลไทยเป็นอังกฤษโดยการดับเบิ้ลคลิกคำที่ต้องการ

English-Thai Dictionary แปลอังกฤษ-ไทย란 무엇입니까?

English-Thai Dictionary แปลอังกฤษ-ไทย은(는) https://www.veerayaaa.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate double-clicked highlighted word from English to Thai. แปลไทยเป็นอังกฤษโดยการดับเบิ้ลคลิกคำที่ต้องการ"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

English-Thai Dictionary แปลอังกฤษ-ไทย 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Translate double-clicked highlighted word from English to Thai.
The dictionary data is from NECTEC LEXiTRON 2.0.

แปลไทยเป็นอังกฤษโดยการดับเบิ้ลคลิกคำที่ต้องการ
ดิกชันนารี่เอามาจาก NECTEC LEXiTRON 2.0

Update 
06/12/2017: Moved API to AWS Lambda
13/05/2014: fixed API. ซ่อม API ที่ใช้ไม่ได้เมื่ออาทิตย์ที่แล้ว

Credit:
NECTEC LEXiTRON 2.0
Bangkok Library LEXiTRON XML data file
Book icon designed by Charles Riccardi from the thenounproject.com                    

확장 프로그램 기본 정보

이름 English-Thai Dictionary แปลอังกฤษ-ไทย English-Thai Dictionary แปลอังกฤษ-ไทย
ID ofinfhfbojcjhgnocfcgoefgnledhddn
공식 URL https://chromewebstore.google.com/detail/english-thai-dictionary-%E0%B9%81/ofinfhfbojcjhgnocfcgoefgnledhddn
설명 Translate double-clicked highlighted word from English to Thai. แปลไทยเป็นอังกฤษโดยการดับเบิ้ลคลิกคำที่ต้องการ
파일 크기 50.68 KB
설치 횟수 1,683
현재 버전 1.0.4
최근 업데이트 2017-12-06
출시 날짜 2017-12-06
평점 4.28/5 총 54 개의 평점
개발자 https://www.veerayaaa.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "English-Thai Dictionary \u0e41\u0e1b\u0e25\u0e2d\u0e31\u0e07\u0e01\u0e24\u0e29-\u0e44\u0e17\u0e22",
    "description": "Translate double-clicked highlighted word from English to Thai. \u0e41\u0e1b\u0e25\u0e44\u0e17\u0e22\u0e40\u0e1b\u0e47\u0e19\u0e2d\u0e31\u0e07\u0e01\u0e24\u0e29\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e14\u0e31\u0e1a\u0e40\u0e1a\u0e34\u0e49\u0e25\u0e04\u0e25\u0e34\u0e01\u0e04\u0e33\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23",
    "version": "1.0.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    }
}