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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extensia ajută la identificarea expresiilor legate de coronavirus și adaugă peste acestea un infobox cu surse oficiale de informare."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में COVID-19 STIRI OFICIALE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}