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
官方網址 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
電子郵箱 [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"
}