Naver dictionary (DeepL)

Enter your own words or select an English word from a webpage to show the definition of the English word. Drag a sentence from a…

Naver dictionary (DeepL) là gì?

Naver dictionary (DeepL) là một tiện ích mở rộng Chrome được phát triển bởi https://gencode.me, và tính năng chính của nó là "Enter your own words or select an English word from a webpage to show the definition of the English word. Drag a sentence from a…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Naver dictionary (DeepL)

Tải xuống các tệp mở rộng Naver dictionary (DeepL) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        * version 4.5
Naver 사이트 업데이트 대응

* version 4.2
발음기호 추가

* version 4.1
팝업 색상과 글자 크기 설정할 수 있는 기능 추가
사전에 네이버 사전 링크 및 품사 추가

* version 4.0
네이버 사전 API 업데이트 반영

* version 3.2
Windows 에서 ctrl 키로 번역 실행 안되던 문제 수정
더블클릭 기능 미사용시 파파고 동작 안되던 문제 수정

* version 3.0
MacOS 에서 ctrl 키 대신 command 키 사용

* 문장 번역 엔진이 파파고로 변경되었습니다. Client 정보를 새로 등록해 주세요.

브라우저에서 영단어의 뜻을 검색하여 알려줍니다.

단어를 직접 입력하여 영단어 뜻을 검색 - 갑자기 뜻이 궁금한 영어단어가 생기면 아이콘을 누르고 입력해 보세요.

웹페이지의 영어단어에 더블클릭해 검색 - 브라우징 중 뜻이 궁금한 영어단어에 더블클릭 해 보세요.

웹페이지의 단어나 숙어를 선택해 검색 - 두 세 단어를 드래그하면 뜻을 보여 줍니다.

번역기능 - 파파고 인공신경망 번역 기능으로 문장이나 단락을 선택해 통째로 번역합니다.

트리거 키를 변경 - 설정에서 트리거 키를 변경할 수 있습니다. 더블클릭(기본), ctrl+더블클릭, alt+더블클릭, ctrl+alt+더블클릭으로 바꿀 수 있습니다.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Naver dictionary (DeepL) Naver dictionary (DeepL)
ID imnbhbjodhdinfaifjbpgkpknejadfjk
URL Chính Thức https://chromewebstore.google.com/detail/naver-dictionary-deepl/imnbhbjodhdinfaifjbpgkpknejadfjk
Mô tả Enter your own words or select an English word from a webpage to show the definition of the English word. Drag a sentence from a…
Kích Thước Tệp 165 KB
Số Lần Cài Đặt 37,394
Phiên Bản Hiện Tại 6.2
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2020-04-14
Đánh Giá 4.67/5 Tổng số 64 Đánh Giá
Nhà Phát Triển https://gencode.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/neverworkalone/naverdic
URL Trang Trợ Giúp https://gencode.me/blogs/post/93/
Ngôn Ngữ Được Hỗ Trợ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_APP_NAME__",
    "description": "__MSG_APP_DESCRIPTION__",
    "version": "6.2",
    "default_locale": "ko",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "css": [
                "content.css"
            ],
            "js": [
                "contentWrapper.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "content.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule_endic",
                "enabled": true,
                "path": "rule_endic.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/dict.naver.com\/",
        "https:\/\/en.dict.naver.com\/",
        "https:\/\/api-free.deepl.com\/"
    ]
}