BENEDMO fact-check finder
Find Flemish/Dutch fact-checks from any web page or highlighted text
BENEDMO fact-check finderとは何ですか?
BENEDMO fact-check finderはbellingcatによって開発されたChromeの拡張機能で、その主な機能は「Find Flemish/Dutch fact-checks from any web page or highlighted text」です。
拡張機能のスクリーンショット
BENEDMO fact-check finder拡張機能のCRXファイルをダウンロード
BENEDMO fact-check finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find relevant fact-checks for online content by selecting a piece of text, right-clicking it and exploring the most relevant results.
This project is funded by the European Union under contract number: INEA/CEF/ICT/A2020/2381738.
Dit project is gefinancierd door de Europese Unie onder overeenkomstnummer: INEA/CEF/ICT/A2020/2381738. 拡張機能の基本情報
| 名前 | |
| ID | fnokmioemkmfcaieceahnjgjkhhldgjo |
| 公式URL | https://chromewebstore.google.com/detail/benedmo-fact-check-finder/fnokmioemkmfcaieceahnjgjkhhldgjo |
| 説明 | Find Flemish/Dutch fact-checks from any web page or highlighted text |
| ファイルサイズ | 24.74 KB |
| インストール数 | 306 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2022-11-08 |
| 公開日 | 2022-08-30 |
| 開発者 | bellingcat |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BENEDMO fact-check finder",
"version": "0.0.1",
"description": "Find Flemish\/Dutch fact-checks from any web page or highlighted text",
"homepage_url": "https:\/\/github.com\/benedmo\/fact-check-finder",
"manifest_version": 3,
"minimum_chrome_version": "100",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "100.0"
}
},
"icons": {
"128": "icon.a85209a1.png"
},
"permissions": [
"storage",
"contextMenus"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.adb3a89c.js",
"type": "module"
},
"action": {
"default_popup": "popup.9274f415.html"
},
"web_accessible_resources": [
{
"resources": [
"html\/results.html"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |