다음 팝업 사전

다음(Daum) 사전을 이용한 팝업 사전입니다. (Popup Dictionary using Daum Mobile dictionary.)

다음 팝업 사전란 무엇입니까?

다음 팝업 사전은(는) soul0914g에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "다음(Daum) 사전을 이용한 팝업 사전입니다. (Popup Dictionary using Daum Mobile dictionary.)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

다음 팝업 사전 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        마우스로 단어를 선택하면 다음(Daum) 사전의 검색 결과를 팝업으로 보여줍니다.

도움이 되었으면 좋겠습니다.^^

[업데이트 정보]
* 2019.05.07
- https를 사용하는 사이트에서도 가능하도록 수정되었습니다.

* 2017.08.29
- 팝업위치(위/아래) 설정이 추가되었습니다.

* 2017.07.16
- '새 탭에서 검색하기' 버튼이 추가되었습니다.

* 2017.07.12
- 입력창은 팝업이 나타나지 않도록 수정되었습니다.

* 2017.07.03
- 버튼을 클릭하면 검색 결과가 나타나도록 바뀌었습니다.                    

확장 프로그램 기본 정보

이름 다음 팝업 사전 다음 팝업 사전
ID dpcoeknimimkeoinpbccpmjoamdghijj
공식 URL https://chromewebstore.google.com/detail/%EB%8B%A4%EC%9D%8C-%ED%8C%9D%EC%97%85-%EC%82%AC%EC%A0%84/dpcoeknimimkeoinpbccpmjoamdghijj
설명 다음(Daum) 사전을 이용한 팝업 사전입니다. (Popup Dictionary using Daum Mobile dictionary.)
파일 크기 273 KB
설치 횟수 2,454
현재 버전 1.4.10
최근 업데이트 2019-05-19
출시 날짜 2019-05-19
평점 3.91/5 총 11 개의 평점
개발자 soul0914g
결제 유형 free
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\ub2e4\uc74c \ud31d\uc5c5 \uc0ac\uc804",
    "version": "1.4.10",
    "description": "\ub2e4\uc74c(Daum) \uc0ac\uc804\uc744 \uc774\uc6a9\ud55c \ud31d\uc5c5 \uc0ac\uc804\uc785\ub2c8\ub2e4. (Popup Dictionary using Daum Mobile dictionary.)",
    "icons": {
        "16": "img\/3d-dictionary16.png",
        "128": "img\/3d-dictionary128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/3d-dictionary16.png",
            "24": "img\/3d-dictionary24.png",
            "32": "img\/3d-dictionary32.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-ui\/jquery-1.12.4.js",
                "jquery-ui\/jquery-ui.js",
                "contentscripts.js"
            ],
            "css": [
                "jquery-ui\/jquery-ui.css",
                "css\/user.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "toggle-application-enabled": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            },
            "description": "Toggle Application Enabled"
        }
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    }
}