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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 COVID-19 in Sri Lanka COVID-19 in Sri Lanka
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
Eメール [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"
}