FirstDraftNewsCheck

First Draft NewsCheck is an interactive version of First Draft’s Visual Verification Guide for Images and Videos

FirstDraftNewsCheck란 무엇입니까?

FirstDraftNewsCheck은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "First Draft NewsCheck is an interactive version of First Draft’s Visual Verification Guide for Images and Videos"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

FirstDraftNewsCheck 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension allows you to have an image or video open in your browser and then work through a checklist that prompts you to investigate:

1) if you are looking at an original piece of content 

2) how confident you are about who created the content 

3) how confident you are about when the content was captured 

4) how confident you are about where the content was captured.

The extension calculates a verification score and creates a button that can be embedded on your website. The app was funded by the Shuttleworth Foundation and built by Claire Wardle of First Draft News and Gilad Penn. Find us at Firstdraftnews.com                    

확장 프로그램 기본 정보

이름 FirstDraftNewsCheck FirstDraftNewsCheck
ID japockpeaaanknlkhagilkgcledilbfk
공식 URL https://chromewebstore.google.com/detail/firstdraftnewscheck/japockpeaaanknlkhagilkgcledilbfk
설명 First Draft NewsCheck is an interactive version of First Draft’s Visual Verification Guide for Images and Videos
파일 크기 341 KB
설치 횟수 1,484
현재 버전 0.5.3
최근 업데이트 2017-01-22
출시 날짜 2017-01-22
평점 5.00/5 총 3 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FirstDraftNewsCheck",
    "version": "0.5.3",
    "manifest_version": 2,
    "description": "First Draft NewsCheck is an interactive version of First Draft\u2019s Visual Verification Guide for Images and Videos",
    "homepage_url": "http:\/\/firstdraftnews.com",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/still-refuge-99320.herokuapp.com\/\/auth\/twitter\/callback",
                "http:\/\/127.0.0.1:3000\/\/auth\/twitter\/callback",
                "http:\/\/localhost:3000\/\/auth\/twitter\/callback"
            ],
            "js": [
                "content\/index.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background\/index.js"
        ]
    },
    "browser_action": {
        "default_title": "browser action demo",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "notifications"
    ],
    "icons": {
        "16": "$assets\/FD-16.png",
        "32": "$assets\/FD-32.png",
        "128": "$assets\/FD-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}