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
官方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
}