FactoidL (beta)
Checks the accuracy of webpage content based on other web sources.
什麼是FactoidL (beta)?
FactoidL (beta)是由FactoidL開發的Chrome擴展程式,該擴展的主要功能是“Checks the accuracy of webpage content based on other web sources.”。
擴展截圖
下載FactoidL (beta)擴展crx文件
下載FactoidL (beta)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Not sure what you're reading is accurate? FactoidL (pronounced factoidal), is a quick, automated fact checking tool that compares sentences you read to another source. The idea behind the FactoidL project is simple: keep fact checking transparent, free, and easy to use. For feedback or helping out with the project, please contact: [email protected] Release 2.5 (Plato) Notes: -Options for changing the source API url (note: still usestags for xml source text results.) -Each factoid is marked as verified as accurate (✔️) or inaccurate (❌), or unverified (❓). -Slight boost in algorithm performance, although offset with new verified/unverified checks.
擴展基本資訊
名稱 | FactoidL (beta) |
ID | kilmdgadjedfbopcfbffaeodhamgiadp |
官方網址 | https://chromewebstore.google.com/detail/factoidl-beta/kilmdgadjedfbopcfbffaeodhamgiadp |
簡介 | Checks the accuracy of webpage content based on other web sources. |
檔案大小 | 144 KB |
安裝次數 | 102 |
目前版本 | 2.5 |
更新時間 | 2022-07-29 |
上架時間 | 2019-08-26 |
開發者 | FactoidL |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/AlexanderKidd/FactoidL |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FactoidL (beta)", "description": "Checks the accuracy of webpage content based on other web sources.", "version": "2.5", "icons": { "16": "factoidL_icon16.png", "48": "factoidL_icon48.png", "128": "factoidL_icon128.png" }, "background": { "scripts": [ "compromise.min.js", "jquery-1.11.3.min.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |