Coronavirus Status
Coronavirus world-wide live status
Coronavirus Status là gì?
Coronavirus Status là một tiện ích mở rộng Chrome được phát triển bởi Tamir Nakar, và tính năng chính của nó là "Coronavirus world-wide live status".
Ả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 Coronavirus Status
Tải xuống các tệp mở rộng Coronavirus Status 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
Corona Live Status provides real-time information about the Coronavirus situation. We monitor various resources and grab the most relevant for you twice per hour. Permissions : storage only.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eegkigcmiffkppnkbeajlifkajjhicep |
URL Chính Thức | https://chrome.google.com/webstore/detail/coronavirus-status/eegkigcmiffkppnkbeajlifkajjhicep |
Mô tả | Coronavirus world-wide live status |
Kích Thước Tệp | 47.91 KB |
Số Lần Cài Đặt | 265 |
Phiên Bản Hiện Tại | 3.2.0 |
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 | Tamir Nakar |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coronavirus Status", "short_name": "CVS", "description": "Coronavirus world-wide live status", "version": "3.2.0", "permissions": [ "storage" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Corona Live Status", "default_icon": "img\/16x16.png", "default_popup": "popup.html" }, "icons": { "16": "img\/16x16.png", "48": "img\/48x48.png", "128": "img\/128x128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |