네이버 영어사전 (Naver English Dictionary)

영어 단어의 뜻과 예문을 쉽게 찾을 수 있습니다.

네이버 영어사전 (Naver English Dictionary)란 무엇입니까?

네이버 영어사전 (Naver English Dictionary)은(는) ohgyun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "영어 단어의 뜻과 예문을 쉽게 찾을 수 있습니다."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

네이버 영어사전 (Naver English Dictionary) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        [4.4 업데이트: 2022.07.24]
- 주요 버그 수정
- 변형된 단어 제안 기능 추가

[4.2 업데이트: 2022.05.08]
- 사전 보조키 및 위치 설정 추가
- 다크 테마 지원
- 버그 제보나 개선 의견은 아래 링크에서 해주세요!
  https://cafenono.com/channel/mjg846

[이렇게 사용하세요]
- 검색할 단어를 더블클릭하거나 드래그하면 단어 위에 사전이 나타납니다!
- 주소창 옆의 익스텐션 버튼을 눌러서 검색하실 수도 있어요.
- Ctrl + Shift + E 를 누르면 단축키로 검색할 수 있습니다! (맥은 Cmd + Shift + E)
  (E키는 "E"nglish 라고 떠올려보세요)
- 설정 메뉴에서 가장 쓰기 편한 방법을 찾아보세요.

고맙습니다.                    

확장 프로그램 기본 정보

이름 네이버 영어사전 (Naver English Dictionary) 네이버 영어사전 (Naver English Dictionary)
ID jfibpeiddefellcfgnijpcpddoimbdij
공식 URL https://chromewebstore.google.com/detail/%EB%84%A4%EC%9D%B4%EB%B2%84-%EC%98%81%EC%96%B4%EC%82%AC%EC%A0%84-naver-english-di/jfibpeiddefellcfgnijpcpddoimbdij
설명 영어 단어의 뜻과 예문을 쉽게 찾을 수 있습니다.
파일 크기 693 KB
설치 횟수 175,463
현재 버전 4.4.0
최근 업데이트 2022-07-26
출시 날짜 2020-05-24
평점 3.94/5 총 728 개의 평점
개발자 ohgyun
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cafenono.com/channel/mjg846
도움말 페이지 URL https://cafenono.com/channel/mjg846
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\ub124\uc774\ubc84 \uc601\uc5b4\uc0ac\uc804 (Naver English Dictionary)",
    "description": "\uc601\uc5b4 \ub2e8\uc5b4\uc758 \ub73b\uacfc \uc608\ubb38\uc744 \uc27d\uac8c \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
    "version": "4.4.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "tts",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/en.dict.naver.com\/"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "netRequestRules",
                "enabled": true,
                "path": "netRequestRules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "\uc601\uc5b4\uc0ac\uc804\uc5d0\uc11c \uac80\uc0c9",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "\uc601\uc5b4\uc0ac\uc804\uc5d0\uc11c \uac80\uc0c9"
        }
    }
}