English <-> Thai Dictionary
A Minimal English Thai Dictionary Powered by Longdo.
Wat is English <-> Thai Dictionary?
English <-> Thai Dictionary is een Chrome-extensie ontwikkeld door wsaryoo, en de belangrijkste functie is "A Minimal English Thai Dictionary Powered by Longdo.".
Extensie Screenshots
Download het CRX-bestand van de extensie English <-> Thai Dictionary
Download English <-> Thai Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | lcgmpehgdiaghhhhkaljhamggnbdgdig |
| Officiële URL | https://chromewebstore.google.com/detail/english-%3C-%3E-thai-dictiona/lcgmpehgdiaghhhhkaljhamggnbdgdig |
| Beschrijving | A Minimal English Thai Dictionary Powered by Longdo. |
| Bestandsgrootte | 87.78 KB |
| Aantal Installaties | 1,390 |
| Huidige Versie | 4.2.3 |
| Laatst Bijgewerkt | 2021-11-22 |
| Publicatiedatum | 2019-09-21 |
| Beoordeling | 4.60/5 Totaal 42 Beoordelingen |
| Ontwikkelaar | wsaryoo |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/"
]
} | |