Naver search to Google
네이버 검색창에서 검색하면 자동으로 구글 검색 결과 페이지창으로 이동합니다.
What is Naver search to Google?
Naver search to Google is a Chrome extension developed by Unknown, and its main feature is "네이버 검색창에서 검색하면 자동으로 구글 검색 결과 페이지창으로 이동합니다.".
Extension Screenshots
Download Naver search to Google Extension CRX File
Download Naver search to Google 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 | Naver search to Google |
ID | cfnfpkkdcoiilkpobnecdcdabbnjlenc |
Official URL | https://chromewebstore.google.com/detail/naver-search-to-google/cfnfpkkdcoiilkpobnecdcdabbnjlenc |
Description | 네이버 검색창에서 검색하면 자동으로 구글 검색 결과 페이지창으로 이동합니다. |
File Size | 31.65 KB |
Installation Count | 14 |
Current Version | 1.0 |
Last Updated | 2019-09-21 |
Publish Date | 2019-09-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Naver search to Google", "version": "1.0", "description": "\ub124\uc774\ubc84 \uac80\uc0c9\ucc3d\uc5d0\uc11c \uac80\uc0c9\ud558\uba74 \uc790\ub3d9\uc73c\ub85c \uad6c\uae00 \uac80\uc0c9 \uacb0\uacfc \ud398\uc774\uc9c0\ucc3d\uc73c\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.naver.com\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ] } ], "manifest_version": 2 } |