COVID-19 Statistics - Sri Lanka / Global
With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…
什么是COVID-19 Statistics - Sri Lanka / Global?
COVID-19 Statistics - Sri Lanka / Global是由isuru4lk开发的Chrome扩展程序,该扩展的主要功能是“With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…”。
扩展截图
下载COVID-19 Statistics - Sri Lanka / Global扩展crx文件
下载COVID-19 Statistics - Sri Lanka / Global扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen without a hassle. If you like to contribute the extension, please find the repo on https://github.com/isuru4lk/corona_tracker
扩展基本信息
名称 | COVID-19 Statistics - Sri Lanka / Global |
ID | lpbpopaphioiplpigiahhkkjffiacbdi |
官方URL | https://chromewebstore.google.com/detail/covid-19-statistics-sri-l/lpbpopaphioiplpigiahhkkjffiacbdi |
简介 | With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen… |
文件大小 | 302 KB |
安装次数 | 76 |
当前版本 | 1.1.0 |
更新时间 | 2020-03-29 |
上架时间 | 2020-03-28 |
评分 | 4.73/5 共15次评分 |
开发者 | isuru4lk |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "COVID-19 Statistics - Sri Lanka \/ Global", "version": "1.1.0", "icons": { "128": "icons\/icon_128.png" }, "permissions": [ "alarms", "storage", "notifications" ], "browser_action": { "default_popup": "popup.html", "default_title": "COVID-19 Statistics - Sri Lanka \/ Global", "default_icon": "icons\/icon_32.png" }, "background": { "page": "background.html", "persistent": false } } |