Corona Go
This extension gives the main statistics of the virus based on country
Corona Go란 무엇입니까?
Corona Go은(는) Zentropy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension gives the main statistics of the virus based on country"입니다.
확장 프로그램 스크린샷
Corona Go 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension gives you a quick overview of what's happening in terms of numbers around COVID'19 pandemic. Icon inspiration -> https://illlustrations.co/
확장 프로그램 기본 정보
이름 | Corona Go |
ID | melepcmjondelpojpfnbalacgilafdfk |
공식 URL | https://chromewebstore.google.com/detail/corona-go/melepcmjondelpojpfnbalacgilafdfk |
설명 | This extension gives the main statistics of the virus based on country |
파일 크기 | 693 KB |
설치 횟수 | 15 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-04-25 |
출시 날짜 | 2020-04-25 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Zentropy |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://uxsprout.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Corona Go", "description": "This extension gives the main statistics of the virus based on country", "version": "1.1", "browser_action": { "default_popup": "index.html", "default_title": "COVID'19 Stats" }, "permissions": [], "content_security_policy": "script-src 'self' 'sha256-Oxf3ha15MFUqOEy4\/gSiQXxLFdQhxOWKcGQ8BXqW1UA='; object-src 'self'", "short_name": "React App", "icons": { "128": "Frame 4.png", "48": "Frame 3.png", "16": "Frame 2.png" } } |