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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}