Related Factchecks

Get a factcheck for the content of the current page

什麼是Related Factchecks?

Related Factchecks是由Sreya Guha開發的Chrome擴展程式,該擴展的主要功能是“Get a factcheck for the content of the current page”。

擴展截圖

screenshot

下載Related Factchecks擴展crx文件

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