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은(는) https://dict.leo.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds LEOs dictionaries to the context menu. Select text in any webpage and open the context menu to look up words quickly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LEO Dictionaries 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    }
}