Google-Naver 검색 전환
Naver와 Google 간의 검색결과를 전환합니다. Alt+Q 단축키를 이용할 수 있습니다.
What is Google-Naver 검색 전환?
Google-Naver 검색 전환 is a Chrome extension developed by columncat, and its main feature is "Naver와 Google 간의 검색결과를 전환합니다. Alt+Q 단축키를 이용할 수 있습니다.".
Extension Screenshots
Download Google-Naver 검색 전환 Extension CRX File
Download Google-Naver 검색 전환 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
구글과 네이버 간의 검색결과를 전환합니다. 아이콘 클릭 혹은 Alt+Q 단축키를 눌러 실행합니다. 네이버에서 '검색어'를 검색한 페이지에서 (ex-search.naver.com*) 실행하면 구글에서 '검색어'를 검색한 페이지로 전환됩니다. 구글의 페이지에서 클릭하면 네이버로 전환됩니다. 홈페이지 간의 전환도 가능합니다. (www.naver.com과 www.google.com)
Extension Basic Information
Name | Google-Naver 검색 전환 |
ID | obmbfdidbahkcmmhkdjfpkfbmndcpmdj |
Official URL | https://chromewebstore.google.com/detail/google-naver-%EA%B2%80%EC%83%89-%EC%A0%84%ED%99%98/obmbfdidbahkcmmhkdjfpkfbmndcpmdj |
Description | Naver와 Google 간의 검색결과를 전환합니다. Alt+Q 단축키를 이용할 수 있습니다. |
File Size | 10.69 KB |
Installation Count | 598 |
Current Version | 1.0.1 |
Last Updated | 2020-08-10 |
Publish Date | 2020-08-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | columncat |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://blog.naver.com/columncat/222053367331 |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google-Naver \uac80\uc0c9 \uc804\ud658", "description": "Naver\uc640 Google \uac04\uc758 \uac80\uc0c9\uacb0\uacfc\ub97c \uc804\ud658\ud569\ub2c8\ub2e4. Alt+Q \ub2e8\ucd95\ud0a4\ub97c \uc774\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", "version": "1.0.1", "homepage_url": "https:\/\/blog.naver.com\/columncat", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "engineRedirect.js" ], "persistent": true }, "browser_action": { "default_title": "Naver-Google \uc804\ud658" }, "permissions": [ "https:\/\/www.google.com\/*", "https:\/\/www.google.co.kr\/*", "https:\/\/search.naver.com\/*", "https:\/\/www.naver.com\/*", "activeTab" ], "commands": { "keyboard": { "suggested_key": { "default": "Alt+Q" }, "description": "\uc804\ud658" } } } |