English <-> Thai Dictionary
A Minimal English Thai Dictionary Powered by Longdo.
English <-> Thai Dictionaryとは何ですか?
English <-> Thai Dictionaryはwsaryooによって開発されたChromeの拡張機能で、その主な機能は「A Minimal English Thai Dictionary Powered by Longdo.」です。
拡張機能のスクリーンショット
English <-> Thai Dictionary拡張機能のCRXファイルをダウンロード
English <-> Thai Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | lcgmpehgdiaghhhhkaljhamggnbdgdig |
| 公式URL | https://chromewebstore.google.com/detail/english-%3C-%3E-thai-dictiona/lcgmpehgdiaghhhhkaljhamggnbdgdig |
| 説明 | A Minimal English Thai Dictionary Powered by Longdo. |
| ファイルサイズ | 87.78 KB |
| インストール数 | 1,390 |
| 現在のバージョン | 4.2.3 |
| 最終更新日 | 2021-11-22 |
| 公開日 | 2019-09-21 |
| 評価 | 4.60/5 合計 42 レビュー |
| 開発者 | wsaryoo |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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\/"
]
} | |