COVID-19 - CoronaVirus - by MicroVinc
COVID-19 (CoronaVirus) diffusé en temps réel sur un tableau de bord interactif avec des données disponibles en téléchargement.
COVID-19 - CoronaVirus - by MicroVinc란 무엇입니까?
COVID-19 - CoronaVirus - by MicroVinc은(는) https://microvinc.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "COVID-19 (CoronaVirus) diffusé en temps réel sur un tableau de bord interactif avec des données disponibles en téléchargement."입니다.
확장 프로그램 스크린샷
COVID-19 - CoronaVirus - by MicroVinc 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
COVID-19 (CoronaVirus) spread in real-time on interactive dashboard with data available for download. Modeling the spread of the virus. 확장 프로그램 기본 정보
| 이름 | |
| ID | cnlgneollpdhlofppkncpcclbapfhglk |
| 공식 URL | https://chromewebstore.google.com/detail/covid-19-coronavirus-by-m/cnlgneollpdhlofppkncpcclbapfhglk |
| 설명 | COVID-19 (CoronaVirus) diffusé en temps réel sur un tableau de bord interactif avec des données disponibles en téléchargement. |
| 파일 크기 | 231 KB |
| 설치 횟수 | 158 |
| 현재 버전 | 1.5 |
| 최근 업데이트 | 2020-03-22 |
| 출시 날짜 | 2020-03-19 |
| 평점 | 3.75/5 총 4 개의 평점 |
| 개발자 | https://microvinc.fr |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://chrome.google.com/webstore/search/MicroVinc?_category=extensions |
| 지원되는 언어 | en,fr |
| manifest.json | |
{
"content_scripts": [
{
"js": [
"scripts\/jquery-3.3.1.min.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"default_locale": "fr",
"name": "COVID-19 - CoronaVirus - by MicroVinc",
"description": "COVID-19 (CoronaVirus) diffus\u00e9 en temps r\u00e9el sur un tableau de bord interactif avec des donn\u00e9es disponibles en t\u00e9l\u00e9chargement.",
"browser_action": {
"default_icon": "CoronaVirus_1.png",
"default_popup": "CoronaVirus-popup.html",
"default_title": "COVID-19 - CoronaVirus - by MicroVinc"
},
"icons": {
"48": "CoronaVirus_1.png",
"128": "CoronaVirus_2.png",
"192": "CoronaVirus_3.png"
},
"manifest_version": 2,
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.5"
} | |