Stay safe from Corona

Provides important information regarding corona virus around you

什麼是Stay safe from Corona?

Stay safe from Corona是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Provides important information regarding corona virus around you”。

擴展截圖

screenshot
screenshot

下載Stay safe from Corona擴展crx文件

下載Stay safe from Corona擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A simple chrome extension that provides you with important information related to corona-virus around you.
Options
1- Select Location manually or Allow the extension to get your location
2- Get Important statistics regarding corona near the selected location on timely basis
3-Set the update time to either 1 minute, minutes, 10 minutes, 1 hour, 3 hour, 6 hours or daily.                    

擴展基本資訊

名稱 Stay safe from Corona Stay safe from Corona
ID nanplldfmpgkiogmopkfjcjcpjmaggld
官方網址 https://chromewebstore.google.com/detail/stay-safe-from-corona/nanplldfmpgkiogmopkfjcjcpjmaggld
簡介 Provides important information regarding corona virus around you
檔案大小 1.83 MB
安裝次數 12
目前版本 1.1
更新時間 2020-03-23
上架時間 2020-03-23
評分 4.33/5 共 6 次評分
開發者 Unknown
付費類型 free
擴展官網 https://github.com/osamaishtiaq/Stay-safe-from-coronavirus
說明頁面URL https://github.com/osamaishtiaq/Stay-safe-from-coronavirus
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stay safe from Corona",
    "version": "1.1",
    "description": "Provides important information regarding corona virus around you",
    "background": {
        "scripts": [
            "lib\/jquery\/jquery.min.js",
            "fetchstats.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/coronavirus16.png",
            "32": "images\/coronavirus32.png",
            "48": "images\/coronavirus48.png",
            "128": "images\/coronavirus128.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "option.html",
    "icons": {
        "16": "images\/coronavirus16.png",
        "32": "images\/coronavirus32.png",
        "48": "images\/coronavirus48.png",
        "128": "images\/coronavirus128.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*.worldometers.info\/coronavirus\/*"
    ],
    "manifest_version": 2
}