Longdo Dictionary
Longo Dictionary on the fly!
什么是Longdo Dictionary?
Longdo Dictionary是由manawat开发的Chrome扩展程序,该扩展的主要功能是“Longo Dictionary on the fly!”。
扩展截图
下载Longdo Dictionary扩展crx文件
下载Longdo Dictionary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
เนื่องจาก Longdo dictionary เป็นโปรแกรม dictionary online ซึ่งเป็นที่นิยมมากในหมู่คนไทยสำหรับแปลภาษา อังกฤษ/ไทย
ผมจึงทำ extension นี้ขึ้นสำหรับอำนวยความสะดวกแก่ผู้ใช้ Chrome ที่ต้องการแปลภาษาผ่านบริการของ http://dict.longdo.com แต่ไม่อยากเสียเวลาเข้าเว็บต้นทาง
วิธีการแปลภาษาสามารถทำได้ 3 วิธี คือ
- ลากครอบข้อความที่ต้องการแปลจากเว็บ แล้ว คลิกที่ icon ของ extension
- คลิกที่ icon ของ extension แล้วพิมพ์คำที่ต้องการแปลเพื่อแปลภาษาผ่าน popup ของ extension
- ลากครอบข้อความที่ต้องการแปลจากเว็บ > คลิ้กขวา > Translate in Longdo
ปล. extension นี้ไม่ได้ถูกสร้างจากทีมงาน Longdo.com โดยตรง
ดังนั้น หากท่านพบปัญหา หรือ ต้องการเสนอคำแนะนำใดๆ เกี่ยวกับตัว extension โปรดแจ้งผ่าน tab support ในหน้านี้นะครับ
-------------
This extension is created for Chrome user who love Longdo Dictionary, one of the most popular English/Thai online dictionaries (http://dict.longdo.com).
User can translate a word using either of the following ways :
- Select the desired text and click the extension's icon.
- Click on extension's icon , type the desired word and click 'Translate'.
- Right click on the selected text and go to the menu 'Translate in Longdo'.
Please note that this extension is NOT affiliated with Longdo.com and Metamedia Technology company. 扩展基本信息
| 名称 | |
| ID | nlimgpifeghlfefnpnajahjkagaedakh |
| 官方URL | https://chromewebstore.google.com/detail/longdo-dictionary/nlimgpifeghlfefnpnajahjkagaedakh |
| 简介 | Longo Dictionary on the fly! |
| 文件大小 | 43.29 KB |
| 安装次数 | 20,000 |
| 当前版本 | 1.2.2 |
| 更新时间 | 2022-06-12 |
| 上架时间 | 2017-08-26 |
| 评分 | 4.69/5 共294次评分 |
| 开发者 | manawat |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | th |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Longdo Dictionary",
"version": "1.2.2",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"description": "Longo Dictionary on the fly!",
"icons": {
"16": "icon.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"options_page": "options.html",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*",
"contextMenus"
]
} | |