English <-> Thai Dictionary

A Minimal English Thai Dictionary Powered by Longdo.

English <-> Thai Dictionary là gì?

English <-> Thai Dictionary là một tiện ích mở rộng Chrome được phát triển bởi wsaryoo, và tính năng chính của nó là "A Minimal English Thai Dictionary Powered by Longdo.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng English <-> Thai Dictionary

Tải xuống các tệp mở rộng English <-> Thai Dictionary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên English <-> Thai Dictionary English <-> Thai Dictionary
ID lcgmpehgdiaghhhhkaljhamggnbdgdig
URL Chính Thức https://chromewebstore.google.com/detail/english-%3C-%3E-thai-dictiona/lcgmpehgdiaghhhhkaljhamggnbdgdig
Mô tả A Minimal English Thai Dictionary Powered by Longdo.
Kích Thước Tệp 87.78 KB
Số Lần Cài Đặt 1,390
Phiên Bản Hiện Tại 4.2.3
Cập Nhật Lần Cuối 2021-11-22
Ngày Phát Hành 2019-09-21
Đánh Giá 4.60/5 Tổng số 42 Đánh Giá
Nhà Phát Triển wsaryoo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}