NewsCord
An extension that finds similar articles to the one you're on and finds key differences between them
Hvad er NewsCord?
NewsCord er en Chrome-udvidelse udviklet af https://newscord.org, og dens hovedfunktion er "An extension that finds similar articles to the one you're on and finds key differences between them".
Udvidelsesskærmbilleder
Download NewsCord-udvidelses-CRX-fil
Download NewsCord-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Ever wondered if the news article you're reading is covering all the facts? Install NewsCord to your chrome browser and click it whenever you're on a news article and want to find out if there are other articles on the internet covering the story. - NewsCord will summarise your article - Find similar articles from different news sources - Point out the key differences and points of agreement - Allows you to quickly stay informed, and see different narratives - Click through to Today's NewsBoard - a concise summary of all the news that was covered today from hundreds of sources globally
Grundlæggende oplysninger om udvidelsen
Navn | NewsCord |
ID | kpphbdpdglljopfehpgomebbdcdoafkd |
Officiel URL | https://chromewebstore.google.com/detail/newscord/kpphbdpdglljopfehpgomebbdcdoafkd |
Beskrivelse | An extension that finds similar articles to the one you're on and finds key differences between them |
Filstørrelse | 183 KB |
Antal Installationer | 107 |
Nuværende Version | 2.2 |
Senest Opdateret | 2024-03-04 |
Udgivelsesdato | 2023-11-01 |
Bedømmelse | 5.00/5 Samlet 8 Bedømmelser |
Udvikler | https://newscord.org |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://newscord.org |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewsCord", "version": "2.2", "description": "An extension that finds similar articles to the one you're on and finds key differences between them", "permissions": [ "activeTab" ], "action": { "default_title": "NewsCord", "default_popup": "index.html", "default_icon": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png" } }, "icons": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png" }, "manifest_version": 3 } |