English <-> Thai Dictionary

A Minimal English Thai Dictionary Powered by Longdo.

ما هو English <-> Thai Dictionary؟

English <-> Thai Dictionary هو إضافة Chrome تم تطويرها بواسطة wsaryoo، والميزة الرئيسية لها هي "A Minimal English Thai Dictionary Powered by Longdo.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة English <-> Thai Dictionary

قم بتنزيل ملفات الامتداد English <-> Thai Dictionary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/"
    ]
}