English <-> Thai Dictionary

A Minimal English Thai Dictionary Powered by Longdo.

English <-> Thai Dictionary क्या है?

English <-> Thai Dictionary wsaryoo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Minimal English Thai Dictionary Powered by Longdo."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में English <-> Thai Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}