FactoidL (beta)
Checks the accuracy of webpage content based on other web sources.
Was ist FactoidL (beta)?
FactoidL (beta) ist eine Chrome-Erweiterung, die von FactoidL entwickelt wurde, und ihr Hauptmerkmal ist "Checks the accuracy of webpage content based on other web sources.".
Erweiterungsscreenshots
FactoidL (beta)-Erweiterungs-CRX-Datei herunterladen
Laden Sie FactoidL (beta)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | FactoidL (beta) |
ID | kilmdgadjedfbopcfbffaeodhamgiadp |
Offizielle URL | https://chromewebstore.google.com/detail/factoidl-beta/kilmdgadjedfbopcfbffaeodhamgiadp |
Beschreibung | Checks the accuracy of webpage content based on other web sources. |
Dateigröße | 144 KB |
Installationsanzahl | 102 |
Aktuelle Version | 2.5 |
Letztes Update | 2022-07-29 |
Veröffentlichungsdatum | 2019-08-26 |
Entwickler | FactoidL |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/AlexanderKidd/FactoidL |
Unterstützte Sprachen | 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": [ " |