English <-> Thai Dictionary
A Minimal English Thai Dictionary Powered by Longdo.
What is English <-> Thai Dictionary?
English <-> Thai Dictionary is a Chrome extension developed by wsaryoo, and its main feature is "A Minimal English Thai Dictionary Powered by Longdo.".
Extension Screenshots
Download English <-> Thai Dictionary Extension CRX File
Download English <-> Thai Dictionary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | English <-> Thai Dictionary |
ID | lcgmpehgdiaghhhhkaljhamggnbdgdig |
Official URL | https://chromewebstore.google.com/detail/english-%3C-%3E-thai-dictiona/lcgmpehgdiaghhhhkaljhamggnbdgdig |
Description | A Minimal English Thai Dictionary Powered by Longdo. |
File Size | 87.78 KB |
Installation Count | 1,390 |
Current Version | 4.2.3 |
Last Updated | 2021-11-22 |
Publish Date | 2019-09-21 |
Rating | 4.60/5 Total 42 Ratings |
Developer | wsaryoo |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" ] } |