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

Rate the credibility of online news using five essential criteria.

O que é V.A.L.I.D. | The University of Iowa?

V.A.L.I.D. | The University of Iowa é uma extensão do Chrome desenvolvida por uivalidtool, e sua principal característica é "Rate the credibility of online news using five essential criteria.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão V.A.L.I.D. | The University of Iowa

Baixe arquivos de extensão V.A.L.I.D. | The University of Iowa no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome V.A.L.I.D. | The University of Iowa V.A.L.I.D. | The University of Iowa
ID pmegapnmmcdpokijelnmlohfhlalfpco
URL Oficial https://chromewebstore.google.com/detail/valid-the-university-of-i/pmegapnmmcdpokijelnmlohfhlalfpco
Descrição Rate the credibility of online news using five essential criteria.
Tamanho do Arquivo 2.74 MB
Contagem de Instalações 103
Versão Atual 1.1.21
Última Atualização 2021-10-18
Data de Publicação 2021-10-03
Desenvolvedor uivalidtool
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.uiowa.edu
Idiomas Suportados 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"
    }
}