Corona Go
This extension gives the main statistics of the virus based on country
Corona Go là gì?
Corona Go là một tiện ích mở rộng Chrome được phát triển bởi Zentropy, và tính năng chính của nó là "This extension gives the main statistics of the virus based on country".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Corona Go
Tải xuống các tệp mở rộng Corona Go dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension gives you a quick overview of what's happening in terms of numbers around COVID'19 pandemic. Icon inspiration -> https://illlustrations.co/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Corona Go |
ID | melepcmjondelpojpfnbalacgilafdfk |
URL Chính Thức | https://chromewebstore.google.com/detail/corona-go/melepcmjondelpojpfnbalacgilafdfk |
Mô tả | This extension gives the main statistics of the virus based on country |
Kích Thước Tệp | 693 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-04-25 |
Ngày Phát Hành | 2020-04-25 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Zentropy |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://uxsprout.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |