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
官方網址 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"
    }
}