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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}