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

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

네이버 영어사전 (Naver English Dictionary)คืออะไร?

네이버 영어사전 (Naver English Dictionary) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ohgyun และคุณลักษณะหลักของมันคือ "영어 단어의 뜻과 예문을 쉽게 찾을 수 있습니다."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 네이버 영어사전 (Naver English Dictionary)

ดาวน์โหลดไฟล์ส่วนขยาย 네이버 영어사전 (Naver English Dictionary) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        [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
อีเมล ohgyun@gmail.com
ประเภทการชำระเงิน 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"
        }
    }
}