English <-> Thai Dictionary
A Minimal English Thai Dictionary Powered by Longdo.
Cos'è English <-> Thai Dictionary?
English <-> Thai Dictionary è un'estensione di Chrome sviluppata da wsaryoo, e la sua funzione principale è "A Minimal English Thai Dictionary Powered by Longdo.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione English <-> Thai Dictionary
Scarica i file di estensione English <-> Thai Dictionary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | lcgmpehgdiaghhhhkaljhamggnbdgdig |
| URL Ufficiale | https://chromewebstore.google.com/detail/english-%3C-%3E-thai-dictiona/lcgmpehgdiaghhhhkaljhamggnbdgdig |
| Descrizione | A Minimal English Thai Dictionary Powered by Longdo. |
| Dimensione del File | 87.78 KB |
| Conteggio Installazioni | 1,390 |
| Versione Corrente | 4.2.3 |
| Ultimo Aggiornamento | 2021-11-22 |
| Data di Pubblicazione | 2019-09-21 |
| Valutazione | 4.60/5 Totale 42 Valutazioni |
| Sviluppatore | wsaryoo |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/"
]
} | |