Longdo Dictionary

Longo Dictionary on the fly!

What is Longdo Dictionary?

Longdo Dictionary is a Chrome extension developed by manawat, and its main feature is "Longo Dictionary on the fly!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Longdo Dictionary Extension CRX File

Download Longdo Dictionary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        เนื่องจาก 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.                    

Extension Basic Information

Name Longdo Dictionary Longdo Dictionary
ID nlimgpifeghlfefnpnajahjkagaedakh
Official URL https://chromewebstore.google.com/detail/longdo-dictionary/nlimgpifeghlfefnpnajahjkagaedakh
Description Longo Dictionary on the fly!
File Size 43.29 KB
Installation Count 20,000
Current Version 1.2.2
Last Updated 2022-06-12
Publish Date 2017-08-26
Rating 4.69/5 Total 294 Ratings
Developer manawat
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}