English <-> Thai Dictionary
A Minimal English Thai Dictionary Powered by Longdo.
¿Qué es English <-> Thai Dictionary?
English <-> Thai Dictionary es una extensión de Chrome desarrollada por wsaryoo, y su función principal es "A Minimal English Thai Dictionary Powered by Longdo.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión English <-> Thai Dictionary
Descarga archivos de extensión English <-> Thai Dictionary en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 Información Básica de la Extensión
| Nombre | |
| ID | lcgmpehgdiaghhhhkaljhamggnbdgdig |
| URL Oficial | https://chromewebstore.google.com/detail/english-%3C-%3E-thai-dictiona/lcgmpehgdiaghhhhkaljhamggnbdgdig |
| Descripción | A Minimal English Thai Dictionary Powered by Longdo. |
| Tamaño del Archivo | 87.78 KB |
| Cantidad de Instalaciones | 1,390 |
| Versión Actual | 4.2.3 |
| Última Actualización | 2021-11-22 |
| Fecha de Publicación | 2019-09-21 |
| Calificación | 4.60/5 Total de 42 Calificaciones |
| Desarrollador | wsaryoo |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Idiomas Soportados | 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\/"
]
} | |