V.A.L.I.D. | The University of Iowa

Rate the credibility of online news using five essential criteria.

Cos'è V.A.L.I.D. | The University of Iowa?

V.A.L.I.D. | The University of Iowa è un'estensione di Chrome sviluppata da uivalidtool, e la sua funzione principale è "Rate the credibility of online news using five essential criteria.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione V.A.L.I.D. | The University of Iowa

Scarica i file di estensione V.A.L.I.D. | The University of Iowa in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The VALID tool is for rating online content as a reliable source of information. A University of Iowa user account is required. This tool will be used in certain university classes.                    

Informazioni di Base sull'Estensione

Nome V.A.L.I.D. | The University of Iowa V.A.L.I.D. | The University of Iowa
ID pmegapnmmcdpokijelnmlohfhlalfpco
URL Ufficiale https://chromewebstore.google.com/detail/valid-the-university-of-i/pmegapnmmcdpokijelnmlohfhlalfpco
Descrizione Rate the credibility of online news using five essential criteria.
Dimensione del File 2.74 MB
Conteggio Installazioni 103
Versione Corrente 1.1.21
Ultimo Aggiornamento 2021-10-18
Data di Pubblicazione 2021-10-03
Sviluppatore uivalidtool
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.uiowa.edu
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "V.A.L.I.D. | The University of Iowa",
    "version": "1.1.21",
    "description": "Rate the credibility of online news using five essential criteria.",
    "icons": {
        "16": "assets\/images\/brand\/favicon-16x16.png",
        "48": "assets\/images\/brand\/favicon-32x32.png",
        "128": "assets\/images\/brand\/favicon-96x96.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "activeTab",
        "identity",
        "storage",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "runtime.js",
                "assets\/chrome-ext\/jquery-3.6.0.min.js",
                "assets\/chrome-ext\/jquery-ui.min.js",
                "content-script.js"
            ],
            "css": [
                "assets\/chrome-ext\/jquery-ui.min.css",
                "assets\/chrome-ext\/jquery-ui.structure.min.css",
                "assets\/chrome-ext\/jquery-ui.theme.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "index.html",
        "images\/*"
    ],
    "browser_action": {
        "default_popup": "index.html"
    }
}