Coronavirus Status
Coronavirus world-wide live status
什么是Coronavirus Status?
Coronavirus Status是由Tamir Nakar开发的Chrome扩展程序,该扩展的主要功能是“Coronavirus world-wide live status”。
扩展截图
下载Coronavirus Status扩展crx文件
下载Coronavirus Status扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | eegkigcmiffkppnkbeajlifkajjhicep |
官方URL | https://chrome.google.com/webstore/detail/coronavirus-status/eegkigcmiffkppnkbeajlifkajjhicep |
简介 | Coronavirus world-wide live status |
文件大小 | 47.91 KB |
安装次数 | 265 |
当前版本 | 3.2.0 |
更新时间 | 2020-04-25 |
上架时间 | 2020-04-25 |
评分 | 5.00/5 共4次评分 |
开发者 | Tamir Nakar |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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'" } |