FirstDraftNewsCheck
First Draft NewsCheck is an interactive version of First Draft’s Visual Verification Guide for Images and Videos
FirstDraftNewsCheckคืออะไร?
FirstDraftNewsCheck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "First Draft NewsCheck is an interactive version of First Draft’s Visual Verification Guide for Images and Videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FirstDraftNewsCheck
ดาวน์โหลดไฟล์ส่วนขยาย FirstDraftNewsCheck ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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'" } |