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 擴展基本資訊
| 名稱 | |
| ID | lpbpopaphioiplpigiahhkkjffiacbdi |
| 官方網址 | 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
}
} | |