Corona Virus Monitor
Get notified as the virus spreads!
什麼是Corona Virus Monitor?
Corona Virus Monitor是由OrenPo開發的Chrome擴展程式,該擴展的主要功能是“Get notified as the virus spreads!”。
擴展截圖
下載Corona Virus Monitor擴展crx文件
下載Corona Virus Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Corona virus Monitoring will sound an audible notification each time the death toll from the Corona Virus Increases. "Another one bites the dust" for the first death, "And another one gone" for each additional case (limited to 10 people in an update) * New for version 1.12 - Country Selection * New for version 1.11 - Snooze button ©2020 OrenPo
擴展基本資訊
名稱 | Corona Virus Monitor |
ID | beghlmpncmdfdgjnodjfmdllbkkfdgia |
官方網址 | https://chromewebstore.google.com/detail/corona-virus-monitor/beghlmpncmdfdgjnodjfmdllbkkfdgia |
簡介 | Get notified as the virus spreads! |
檔案大小 | 172 KB |
安裝次數 | 65 |
目前版本 | 1.12 |
更新時間 | 2020-04-13 |
上架時間 | 2020-04-08 |
評分 | 4.83/5 共 6 次評分 |
開發者 | OrenPo |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Corona Virus Monitor", "short_name": "COVID19MON", "version": "1.12", "description": "Get notified as the virus spreads!", "permissions": [ "storage", "alarms", "https:\/\/www.worldometers.info\/" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/128px-070-face-with-medical-mask.png" } }, "icons": { "128": "images\/128px-070-face-with-medical-mask.png" }, "manifest_version": 2 } |