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

Rate the credibility of online news using five essential criteria.

什么是V.A.L.I.D. | The University of Iowa?

V.A.L.I.D. | The University of Iowa是由uivalidtool开发的Chrome扩展程序,该扩展的主要功能是“Rate the credibility of online news using five essential criteria.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载V.A.L.I.D. | The University of Iowa扩展crx文件

下载V.A.L.I.D. | The University of Iowa扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 V.A.L.I.D. | The University of Iowa V.A.L.I.D. | The University of Iowa
ID pmegapnmmcdpokijelnmlohfhlalfpco
官方URL https://chromewebstore.google.com/detail/valid-the-university-of-i/pmegapnmmcdpokijelnmlohfhlalfpco
简介 Rate the credibility of online news using five essential criteria.
文件大小 2.74 MB
安装次数 103
当前版本 1.1.21
更新时间 2021-10-18
上架时间 2021-10-03
开发者 uivalidtool
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.uiowa.edu
支持的语言 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"
    }
}