English <-> Thai Dictionary

A Minimal English Thai Dictionary Powered by Longdo.

English <-> Thai Dictionary란 무엇입니까?

English <-> Thai Dictionary은(는) wsaryoo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Minimal English Thai Dictionary Powered by Longdo."입니다.

확장 프로그램 스크린샷

screenshot

English <-> Thai Dictionary 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        How
  - Just "DOUBLE-CLICK" on a word in any webpage you surf OR ...
  - Click the "ICON", easily search with suggesting word feature
  - Plus able to listen high quality searched word pronunciation !

Contact :)
  @minimaldict                    

확장 프로그램 기본 정보

이름 English <-> Thai Dictionary English <-> Thai Dictionary
ID lcgmpehgdiaghhhhkaljhamggnbdgdig
공식 URL https://chromewebstore.google.com/detail/english-%3C-%3E-thai-dictiona/lcgmpehgdiaghhhhkaljhamggnbdgdig
설명 A Minimal English Thai Dictionary Powered by Longdo.
파일 크기 87.78 KB
설치 횟수 1,390
현재 버전 4.2.3
최근 업데이트 2021-11-22
출시 날짜 2019-09-21
평점 4.60/5 총 42 개의 평점
개발자 wsaryoo
이메일 [email protected]
결제 유형 free
지원되는 언어 th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "English <-> Thai Dictionary",
    "manifest_version": 2,
    "version": "4.2.3",
    "description": "A Minimal English Thai Dictionary Powered by Longdo.",
    "background": {
        "scripts": [
            "lib\/jquery-3.4.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/extend.js",
                "lib\/jquery-3.4.1.min.js",
                "config.js",
                "jquery.bt.js",
                "dict_action.js",
                "myscript.js",
                "init.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "dict.png",
        "default_popup": "view.html"
    },
    "permissions": [
        "*:\/\/dict.longdo.com\/*",
        "http:\/\/search.longdo.com\/*",
        "http:\/\/ajax.aspnetcdn.com\/*",
        "http:\/\/dictionary.cambridge.org\/*",
        "https:\/\/ssl.google-analytics.com\/ga.js",
        "https:\/\/www.ldoceonline.com\/*",
        "http:\/\/128.199.210.186\/"
    ]
}