Coronavirus Cases
Chrome Extension for Coronavirus Cases!
Coronavirus Cases란 무엇입니까?
Coronavirus Cases은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension for Coronavirus Cases!"입니다.
확장 프로그램 스크린샷
Coronavirus Cases 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tracks Corona Virus Cases all around the world. On the "All Countries" main tab, you can view list of all countries in an order of deaths counts descending. Main tab only contains total number of cases, total number of deaths, cases for today and deaths for today. Clicking on Country name it will open "Country Summary" tab where you can find more details about that country like Death Rank of Country, number of total Infection, Recovered, Deaths, Actives, Today's Cases, Today's Deaths and Critical cases. You can also view Worldwide stats navigating to "Worldwide Summary" tab. If you directly navigate to "Country Summary" tab, extension opens with a country that your Chrome Browser language set as a default. Currently extensions supports 4 languages (English, Italian, Turkish and Russian), and default language is English for unsupported languages. Main source of the data is NovelCOVID(https://corona.lmao.ninja/). You can also fetch data from a secondary source of https://thevirustracker.com by switching on UI.
확장 프로그램 기본 정보
이름 | Coronavirus Cases |
ID | hjpiinbpfiafehfffkiohaffejlhkgkh |
공식 URL | https://chromewebstore.google.com/detail/coronavirus-cases/hjpiinbpfiafehfffkiohaffejlhkgkh |
설명 | Chrome Extension for Coronavirus Cases! |
파일 크기 | 171 KB |
설치 횟수 | 17 |
현재 버전 | 2.3.1 |
최근 업데이트 | 2020-05-17 |
출시 날짜 | 2020-05-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en,tr,it,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "2.3.1", "default_locale": "en", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |