CheckFact✔
Search Snopes to fact check dodgy internet claims
CheckFact✔란 무엇입니까?
CheckFact✔은(는) Anmol Shrestha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search Snopes to fact check dodgy internet claims"입니다.
확장 프로그램 스크린샷
CheckFact✔ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
In current times there are all sorts of claims being thrown around all over the place without explicit evidence. It can be often tedious and time consuming to fact check all such claims. CheckFact✔ attempts to help with that problem through the use of Snopes. Snopes, formerly known as the Urban Legends Reference Pages, is a fact-checking website which has been described as a "well-regarded reference for sorting out myths and rumors" on the Internet. It has also been seen as a source for validating and debunking urban legends and similar stories in American popular culture. CheckFact✔ can be used to look up a dodgy internet claim with three easy steps: 1. Use mouse to select dodgy internet claim 2. Right click on highlighted text and click on "Search Snopes for..." 3. Check validity of said claim on redirected Snopes page CheckFact✔ takes your highlighted text or keywords and opens a new tab, searching for validity the highlighted claim on Snopes. Contrarily, You can click on the CheckFact✔ popup in the top right and enter a phrase/keywords into the text-box and search for it in Snopes! Disclaimer: CheckFact✔ and the author are not affiliated with Snopes in any way, shape or form. P.S.: Here's the github link with the source-code if you would like to check it out and create something of your own: https://github.com/anmolshres/chrome-extension-snopes Link to Snopes: https://www.snopes.com/
확장 프로그램 기본 정보
이름 | CheckFact✔ |
ID | lfkkkffmlppblohjkcanpgbbelkgejdo |
공식 URL | https://chromewebstore.google.com/detail/checkfact%E2%9C%94/lfkkkffmlppblohjkcanpgbbelkgejdo |
설명 | Search Snopes to fact check dodgy internet claims |
파일 크기 | 18.8 KB |
설치 횟수 | 144 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-04-06 |
출시 날짜 | 2020-03-29 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | Anmol Shrestha |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/anmolshres/chrome-extension-snopes |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CheckFact\u2714", "description": "Search Snopes to fact check dodgy internet claims", "version": "1.0.4", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icons\/19.png", "38": "images\/icons\/38.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" } } |