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
公式URL 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
}