COVID-19 Statistics - Sri Lanka / Global
With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…
COVID-19 Statistics - Sri Lanka / Global란 무엇입니까?
COVID-19 Statistics - Sri Lanka / Global은(는) isuru4lk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…"입니다.
확장 프로그램 스크린샷
COVID-19 Statistics - Sri Lanka / Global 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen without a hassle. If you like to contribute the extension, please find the repo on https://github.com/isuru4lk/corona_tracker
확장 프로그램 기본 정보
이름 | COVID-19 Statistics - Sri Lanka / Global |
ID | lpbpopaphioiplpigiahhkkjffiacbdi |
공식 URL | https://chromewebstore.google.com/detail/covid-19-statistics-sri-l/lpbpopaphioiplpigiahhkkjffiacbdi |
설명 | With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen… |
파일 크기 | 302 KB |
설치 횟수 | 76 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2020-03-29 |
출시 날짜 | 2020-03-28 |
평점 | 4.73/5 총 15 개의 평점 |
개발자 | isuru4lk |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "COVID-19 Statistics - Sri Lanka \/ Global", "version": "1.1.0", "icons": { "128": "icons\/icon_128.png" }, "permissions": [ "alarms", "storage", "notifications" ], "browser_action": { "default_popup": "popup.html", "default_title": "COVID-19 Statistics - Sri Lanka \/ Global", "default_icon": "icons\/icon_32.png" }, "background": { "page": "background.html", "persistent": false } } |