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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Flemish/Dutch fact-checks from any web page or highlighted text"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BENEDMO fact-check finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | BENEDMO fact-check finder |
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": [ "*:\/\/*\/*" ] } ] } |