코로나 알리미
대한민국 코로나에 대한 정보를 표시해주는 확장 프로그램입니다.
What is 코로나 알리미?
코로나 알리미 is a Chrome extension developed by junghunsung01, 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
대한민국 코로나 시/도 별 확진자 수, 사망자 수, 전일 대비 증가 수를 알려줍니다. 연령 별/ 성별로 확진자 수 사망자 수 확진률 사망률을 알려줍니다. 또한 대한민국의 있는 국민 안심 병원의 정보를 나타내줍니다. 공공데이터 API : https://www.data.go.kr/tcs/dss/selectApiDataDetailView.do?publicDataPk=15043078 개발자 github 주소 : https://github.com/jsh0128 코드 보기 : https://github.com/jsh0128/Corona 메일 : [email protected] 변경사항 1.1 : 지역 순서 변경 1.1.1 : 크기 수정 및 로딩 애니메이션 수정 1.1.2 : 지역별 업데이트 시간 표시 1.2 : comment 추가 및 covid19 홈페이지 웹사이트 바로가기 추가 1.2.1 : covid19 홈페이지 바로가기 오류 수정 1.2.2 : 버그 수정 1.2.3 : 버그 수정 1.3 : 폰트 크기 수정
Extension Basic Information
Name | 코로나 알리미 |
ID | okkjkifdnmkmcdnecdnlofifomlfpddl |
Official URL | https://chromewebstore.google.com/detail/%EC%BD%94%EB%A1%9C%EB%82%98-%EC%95%8C%EB%A6%AC%EB%AF%B8/okkjkifdnmkmcdnecdnlofifomlfpddl |
Description | 대한민국 코로나에 대한 정보를 표시해주는 확장 프로그램입니다. |
File Size | 6.38 MB |
Installation Count | 28 |
Current Version | 1.3 |
Last Updated | 2022-04-06 |
Publish Date | 2020-12-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | junghunsung01 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jsh0128 |
Help Page URL | https://github.com/jsh0128 |
Privacy Policy Page URL | https://www.kakao.com/ko/privacy |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\ucf54\ub85c\ub098 \uc54c\ub9ac\ubbf8", "version": "1.3", "description": "\ub300\ud55c\ubbfc\uad6d \ucf54\ub85c\ub098\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \ud45c\uc2dc\ud574\uc8fc\ub294 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc785\ub2c8\ub2e4.", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "128": "icons.png" }, "permissions": [], "content_security_policy": "default-src 'self'; object-src 'none'; script-src 'self' 'sha256-44PoDNRWdjA5T9vFatrHn\/q3Su9eJJJMEZBKKl1eEMA='; style-src 'self' 'unsafe-inline'; connect-src http:\/\/34.64.72.53:8080\/region\/infectee http:\/\/34.64.72.53:8080\/gender\/infectee http:\/\/34.64.72.53:8080\/hostpial http:\/\/34.64.72.53:8080\/getComment" } |