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 |
| Eメール | [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"
]
} | |