실시간 검색어
네이버에서 실시간 검색어 보기 - 실시간 검색어는 네이트의 실시간 검색어를 통해 제공합니다.
What is 실시간 검색어?
실시간 검색어 is a Chrome extension developed by akfh278, 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
한국에서 가장 많이 사용되는 검색 포털 서비스 NAVER에는 과거 실시간 검색어라는 서비스를 제공하였습니다. 이제는 볼수없는 실시간 검색어를 chrome extensions로 만나보세요!
Extension Basic Information
Name | 실시간 검색어 |
ID | oddbmiipjnaecglknopkinnleiabjbfo |
Official URL | https://chromewebstore.google.com/detail/%EC%8B%A4%EC%8B%9C%EA%B0%84-%EA%B2%80%EC%83%89%EC%96%B4/oddbmiipjnaecglknopkinnleiabjbfo |
Description | 네이버에서 실시간 검색어 보기 - 실시간 검색어는 네이트의 실시간 검색어를 통해 제공합니다. |
File Size | 3.86 MB |
Installation Count | 2,577 |
Current Version | 1.1.0 |
Last Updated | 2023-05-20 |
Publish Date | 2021-08-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | akfh278 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/eungyeole/naver-realtime-keywords |
Help Page URL | https://github.com/eungyeole/naver-realtime-keywords |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\uc2e4\uc2dc\uac04 \uac80\uc0c9\uc5b4", "description": "\ub124\uc774\ubc84\uc5d0\uc11c \uc2e4\uc2dc\uac04 \uac80\uc0c9\uc5b4 \ubcf4\uae30 - \uc2e4\uc2dc\uac04 \uac80\uc0c9\uc5b4\ub294 \ub124\uc774\ud2b8\uc758 \uc2e4\uc2dc\uac04 \uac80\uc0c9\uc5b4\ub97c \ud1b5\ud574 \uc81c\uacf5\ud569\ub2c8\ub2e4.", "version": "1.1.0", "permissions": [], "content_scripts": [ { "runt_at": "document_start", "matches": [ "https:\/\/www.naver.com\/", "https:\/\/search.naver.com\/*" ], "js": [ "scripts\/index.js", "scripts\/collection.js" ], "css": [ "styles\/realtimekeywords.css" ] } ], "action": { "default_title": "\uc2e4\uc2dc\uac04 \uac80\uc0c9\uc5b4", "default_popup": "views\/popup.html" } } |