COVID-19 in Sri Lanka
CORONA virus victims live updates in Sri Lanka
什么是COVID-19 in Sri Lanka?
COVID-19 in Sri Lanka是由Amila Vidanagamage开发的Chrome扩展程序,该扩展的主要功能是“CORONA virus victims live updates in Sri Lanka”。
扩展截图
下载COVID-19 in Sri Lanka扩展crx文件
下载COVID-19 in Sri Lanka扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Gives live updates regarding the COVID-19 virus victims in Sri Lanka with rich notifications and hospital details in google maps 扩展基本信息
| 名称 | |
| ID | bplcpdbicacgekoaplakbpkaloileajj |
| 官方URL | https://chromewebstore.google.com/detail/covid-19-in-sri-lanka/bplcpdbicacgekoaplakbpkaloileajj |
| 简介 | CORONA virus victims live updates in Sri Lanka |
| 文件大小 | 46.97 KB |
| 安装次数 | 27 |
| 当前版本 | 1.4 |
| 更新时间 | 2021-12-15 |
| 上架时间 | 2020-03-30 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | Amila Vidanagamage |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "COVID-19 in Sri Lanka",
"version": "1.4",
"description": "CORONA virus victims live updates in Sri Lanka ",
"icons": {
"16": "images\/covid16.png",
"48": "images\/covid48.png",
"128": "images\/covid128.png"
},
"permissions": [
"alarms",
"storage",
"notifications"
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "COVID-19 in Sri Lanka",
"default_icon": {
"16": "images\/covid16.png",
"48": "images\/covid48.png",
"128": "images\/covid128.png"
}
},
"background": {
"page": "background.html",
"persistent": false
},
"content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/maps.googleapis.com; object-src 'self'",
"author": "Amila Vidanagamage"
} | |