BENEDMO fact-check finder
Find Flemish/Dutch fact-checks from any web page or highlighted text
BENEDMO fact-check finderคืออะไร?
BENEDMO fact-check finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bellingcat และคุณลักษณะหลักของมันคือ "Find Flemish/Dutch fact-checks from any web page or highlighted text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BENEDMO fact-check finder
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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": [
"*:\/\/*\/*"
]
}
]
} | |