COVID-19 STIRI OFICIALE

Extensia ajută la identificarea expresiilor legate de coronavirus și adaugă peste acestea un infobox cu surse oficiale de informare.

COVID-19 STIRI OFICIALE란 무엇입니까?

COVID-19 STIRI OFICIALE은(는) Code for Romania Task Force에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extensia ajută la identificarea expresiilor legate de coronavirus și adaugă peste acestea un infobox cu surse oficiale de informare."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

COVID-19 STIRI OFICIALE 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extensie de browser care ajută al identificarea expresiilor cheie legate de COVID-19 (coronavirus) și adaugă peste acestea un infobox care trimite către sursele oficiale de informare. Evidențierea surselor oficiale ajută la diminuarea efectelor 'fake news'.
Concept dezvoltat ca parte din programul Civic Labs al Code for Romania în parteneriat cu Autoritatea pentru Digitalizarea României.

This is a browser extension that helps identify key expressions related to COVID-19 (coronavirus) and adds an infobox that links to official sources of information. Highlightning official sources helps to diminish the effects of 'fake news'.
The concept is developed as part of the Civic Labs program from Code for Romania in partnership with the Authority for Romania's digitalization.                    

확장 프로그램 기본 정보

이름 COVID-19 STIRI OFICIALE COVID-19 STIRI OFICIALE
ID pdcpkplohipjhdfdchpmgekifmcdbnha
공식 URL https://chromewebstore.google.com/detail/covid-19-stiri-oficiale/pdcpkplohipjhdfdchpmgekifmcdbnha
설명 Extensia ajută la identificarea expresiilor legate de coronavirus și adaugă peste acestea un infobox cu surse oficiale de informare.
파일 크기 975 KB
설치 횟수 5,302
현재 버전 2.0.3
최근 업데이트 2020-04-08
출시 날짜 2020-04-05
평점 4.94/5 총 17 개의 평점
개발자 Code for Romania Task Force
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://code4.ro/ro/apps/stiri-oficiale/
도움말 페이지 URL https://github.com/code4romania/emergency-news-addon/issues
지원되는 언어 ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "COVID-19 STIRI OFICIALE",
    "description": "Extensia ajut\u0103 la identificarea expresiilor legate de coronavirus \u0219i adaug\u0103 peste acestea un infobox cu surse oficiale de informare.",
    "permissions": [
        "",
        "webNavigation",
        "activeTab",
        "storage",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "dependencies\/browser-polyfill.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/logo-code4ro.svg",
        "images\/logo-news-full.png",
        "images\/logo-gov.png",
        "emergency_news_tooltip.css",
        "images\/check.svg"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "browser_style": true,
        "default_title": ""
    },
    "version": "2.0.3"
}