Related Factchecks

Get a factcheck for the content of the current page

Related Factchecksคืออะไร?

Related Factchecks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sreya Guha และคุณลักษณะหลักของมันคือ "Get a factcheck for the content of the current page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Related Factchecks

ดาวน์โหลดไฟล์ส่วนขยาย Related Factchecks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Do you suspect that the article you are reading is fake news? Use this extension to quickly find fact checks that may be related to this article.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Related Factchecks Related Factchecks
ID pjnnnfnhoneiiiibkdbjhkafnpodgnin
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/related-factchecks/pjnnnfnhoneiiiibkdbjhkafnpodgnin
คำอธิบาย Get a factcheck for the content of the current page
ขนาดไฟล์ 486 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2017-10-26
วันที่เผยแพร่ 2017-10-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Sreya Guha
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://relatedfactchecks.appspot.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Related Factchecks",
    "short_name": "RFC",
    "description": "Get a factcheck for the content of the current page",
    "version": "1.0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "rfclogo2.png",
        "default_title": "Related factchecks"
    },
    "manifest_version": 2
}