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 |
| 官方網址 | 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 |
| 電子郵箱 | [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\/"
]
} | |