NewsLens

NewsLens warns you about fake news on websites.

NewsLensとは何ですか?

NewsLensはNews Lensによって開発されたChromeの拡張機能で、その主な機能は「NewsLens warns you about fake news on websites.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

NewsLens拡張機能のCRXファイルをダウンロード

NewsLens拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        OUR MISSION:

THE GLOBAL CHALLENGES COMPETITION
 
News Lens was created by two students at the University of St Andrews to combat the issue of ‘fake news’ and misinformation. Our mission is to harness the power of technology, using it to prevent misleading or false information from influencing politics.

OUR APPROACH:

1. To identify potentially misleading sources of information.

2. To educate readers and help them become resilient to ‘fake news’.

How does News Lens work?

News Lens is a browser extension for Chrome that searches all links on a given web-page for references to unreliable news sources, checking against a manually compiled list of domains obtained from OpenSources.

Whenever a link appears on your screen that references a potential source of ‘fake news’, News Lens highlights the link in red. You’ll see a magnifying glass on either side of the source in question. Hovering over the link will reveal a text-box that outlines reasons for warning readers.

News Lens targets the spread of misinformation on online platforms, particularly social media websites like Facebook, Twitter, and Reddit.

Download the News Lens extension today!                    

拡張機能の基本情報

名前 NewsLens NewsLens
ID oeggkgplppnnfjiogbnmeecdfjnoiiie
公式URL https://chromewebstore.google.com/detail/newslens/oeggkgplppnnfjiogbnmeecdfjnoiiie
説明 NewsLens warns you about fake news on websites.
ファイルサイズ 125 KB
インストール数 58
現在のバージョン 0.3
最終更新日 2018-04-13
公開日 2018-04-13
評価 5.00/5 合計 1 レビュー
開発者 News Lens
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.newslens.co.uk/
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NewsLens",
    "version": "0.3",
    "description": "NewsLens warns you about fake news on websites.",
    "author": "NewsLens",
    "homepage_url": "http:\/\/www.newslens.co.uk\/",
    "permissions": [
        "activeTab",
        "https:\/\/*.questioneer.co.uk\/"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "opensources\/sources\/sources.json"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery\/jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ]
}