LEO Dictionaries

Adds LEOs dictionaries to the context menu. Select text in any webpage and open the context menu to look up words quickly.

LEO Dictionariesคืออะไร?

LEO Dictionaries เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dict.leo.org และคุณลักษณะหลักของมันคือ "Adds LEOs dictionaries to the context menu. Select text in any webpage and open the context menu to look up words quickly."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LEO Dictionaries

ดาวน์โหลดไฟล์ส่วนขยาย LEO Dictionaries ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is the official add-on for easier access to LEOs Online Dictionaries. Select any word or phrase, right-click on the selection and translate it with one click.

Changelog:

5.0.0: Added new dictionaries: English-Spanish, English-French, English-Russian, Spanish-Portuguese. Migrated to Manifest v3
4.0.0: Skipped, internal use only
3.4.1: Fixed incorrect link when trying to access the Polish-German dictionary with Polish language
3.4: Added new option to re-use the same tab for search results
3.2.2: Fixed a bug with older Firefox versions.
3.2.1: Respect the setting of the tab-opening position
3.2: When opening search results in a new tab, return to original tab after closing tab with search results.

3.1: New option to open the new tab with results as first tab, left of current tab, right of current tab or as last tab.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LEO Dictionaries LEO Dictionaries
ID ebpejciglobemiaddccbkiepphkofeoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leo-dictionaries/ebpejciglobemiaddccbkiepphkofeoc
คำอธิบาย Adds LEOs dictionaries to the context menu. Select text in any webpage and open the context menu to look up words quickly.
ขนาดไฟล์ 35.12 KB
จำนวนการติดตั้ง 4,023
เวอร์ชันปัจจุบัน 5.0.0
อัปเดตครั้งล่าสุด 2021-12-28
วันที่เผยแพร่ 2019-01-02
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://dict.leo.org
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://dict.leo.org/pages/about/ende/privacyPolicy_en.html
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LEO Dictionaries",
    "version": "5.0.0",
    "description": "Adds LEOs dictionaries to the context menu. Select text in any webpage and open the context menu to look up words quickly.",
    "icons": {
        "16": "icons\/leo-16.png",
        "48": "icons\/leo-48.png",
        "96": "icons\/leo-96.png"
    },
    "default_locale": "en",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "contextMenu.js"
    },
    "commands": {
        "search_ende": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "Search English-German dictionary"
        }
    }
}