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
}