다음지도 드래그 검색
드래그로 선택된 키워드에 해당하는 지도를 바로 보여줍니다
What is 다음지도 드래그 검색?
다음지도 드래그 검색 is a Chrome extension developed by joonsuk84, and its main feature is "드래그로 선택된 키워드에 해당하는 지도를 바로 보여줍니다".
Extension Screenshots
Download 다음지도 드래그 검색 Extension CRX File
Download 다음지도 드래그 검색 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
드래그로 선택된 키워드를 바로 현재페이지에 보여줘서 엄청 편합니다!!
Extension Basic Information
Name | 다음지도 드래그 검색 |
ID | dkpcolmjlollbpbimgmepckpaccecopn |
Official URL | https://chromewebstore.google.com/detail/%EB%8B%A4%EC%9D%8C%EC%A7%80%EB%8F%84-%EB%93%9C%EB%9E%98%EA%B7%B8-%EA%B2%80%EC%83%89/dkpcolmjlollbpbimgmepckpaccecopn |
Description | 드래그로 선택된 키워드에 해당하는 지도를 바로 보여줍니다 |
File Size | 12.46 KB |
Installation Count | 1,649 |
Current Version | 0.7.1 |
Last Updated | 2014-05-21 |
Publish Date | 2014-05-21 |
Rating | 4.29/5 Total 7 Ratings |
Developer | joonsuk84 |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\ub2e4\uc74c\uc9c0\ub3c4 \ub4dc\ub798\uadf8 \uac80\uc0c9", "description": "\ub4dc\ub798\uadf8\ub85c \uc120\ud0dd\ub41c \ud0a4\uc6cc\ub4dc\uc5d0 \ud574\ub2f9\ud558\ub294 \uc9c0\ub3c4\ub97c \ubc14\ub85c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4", "version": "0.7.1", "permissions": [ "contextMenus", "activeTab" ], "background": { "persistent": false, "scripts": [ "daumMap.js" ] }, "icons": { "16": "map_16x16.png", "48": "map_48x48.png" }, "manifest_version": 2 } |