English <-> Thai Dictionary
A Minimal English Thai Dictionary Powered by Longdo.
Apa itu English <-> Thai Dictionary?
English <-> Thai Dictionary adalah ekstensi Chrome yang dikembangkan oleh wsaryoo, dan fitur utamanya adalah "A Minimal English Thai Dictionary Powered by Longdo.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi English <-> Thai Dictionary
Unduh file ekstensi English <-> Thai Dictionary dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | lcgmpehgdiaghhhhkaljhamggnbdgdig |
| URL Resmi | https://chromewebstore.google.com/detail/english-%3C-%3E-thai-dictiona/lcgmpehgdiaghhhhkaljhamggnbdgdig |
| Deskripsi | A Minimal English Thai Dictionary Powered by Longdo. |
| Ukuran File | 87.78 KB |
| Jumlah Instalasi | 1,390 |
| Versi Saat Ini | 4.2.3 |
| Terakhir Diperbarui | 2021-11-22 |
| Tanggal Publikasi | 2019-09-21 |
| Penilaian | 4.60/5 Total 42 Penilaian |
| Pengembang | wsaryoo |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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\/"
]
} | |