Covid19-Awareness
A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.
Covid19-Awareness란 무엇입니까?
Covid19-Awareness은(는) Kirk Patrick Junsay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries."입니다.
확장 프로그램 스크린샷
Covid19-Awareness 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Covid19-Awareness is an extension created for easy access and summary details of the statistics of Covid19 related cases in a particular country. Users can install this extension and can easily check in real-time the current numbers of Total Cases, Total Recovered, Total Deaths, Total Critical Cases etc. Further features will be released in the upcoming days like notifications and badges for a more enhanced user experience.
확장 프로그램 기본 정보
이름 | Covid19-Awareness |
ID | ggjchlknfefiadmjgkancmlmncbpemob |
공식 URL | https://chromewebstore.google.com/detail/covid19-awareness/ggjchlknfefiadmjgkancmlmncbpemob |
설명 | A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries. |
파일 크기 | 55.99 KB |
설치 횟수 | 13 |
현재 버전 | 1.2 |
최근 업데이트 | 2020-04-02 |
출시 날짜 | 2020-04-02 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Kirk Patrick Junsay |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Covid19-Awareness", "version": "1.2", "description": "A google chrome extension for Covid-19 Awareness in terms of Total Cases, recovered, died in different countries.", "icons": { "128": "location128.png", "48": "location48.png", "16": "location16.png" }, "browser_action": { "default_icon": "location16.png", "default_popup": "popup.html" } } |