English <-> Thai Dictionary
A Minimal English Thai Dictionary Powered by Longdo.
Was ist English <-> Thai Dictionary?
English <-> Thai Dictionary ist eine Chrome-Erweiterung, die von wsaryoo entwickelt wurde, und ihr Hauptmerkmal ist "A Minimal English Thai Dictionary Powered by Longdo.".
Erweiterungsscreenshots
English <-> Thai Dictionary-Erweiterungs-CRX-Datei herunterladen
Laden Sie English <-> Thai Dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | English <-> Thai Dictionary |
ID | lcgmpehgdiaghhhhkaljhamggnbdgdig |
Offizielle URL | https://chromewebstore.google.com/detail/english-%3C-%3E-thai-dictiona/lcgmpehgdiaghhhhkaljhamggnbdgdig |
Beschreibung | A Minimal English Thai Dictionary Powered by Longdo. |
Dateigröße | 87.78 KB |
Installationsanzahl | 1,390 |
Aktuelle Version | 4.2.3 |
Letztes Update | 2021-11-22 |
Veröffentlichungsdatum | 2019-09-21 |
Bewertung | 4.60/5 Insgesamt 42 Bewertungen |
Entwickler | wsaryoo |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |