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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}