Churnalism
Check news articles for press release influence.
Cos'è Churnalism?
Churnalism è un'estensione di Chrome sviluppata da https://churnalism.sunlightfoundation.com, e la sua funzione principale è "Check news articles for press release influence.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Churnalism
Scarica i file di estensione Churnalism in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Churnalism Ever wonder if the news story you're reading is a product of real journalism or just a spin off of another story posted elsewhere? The Churnalism extension will run in the background and alert you when the text of an news article you are reading may have been copied from a press release or Wikipedia. Watch a two minute tutorial: http://youtu.be/6fvADRst_YM
Informazioni di Base sull'Estensione
Nome | Churnalism |
ID | igpjommbbpdncpcnjkombboimdclgdhm |
URL Ufficiale | https://chromewebstore.google.com/detail/churnalism/igpjommbbpdncpcnjkombboimdclgdhm |
Descrizione | Check news articles for press release influence. |
Dimensione del File | 226 KB |
Conteggio Installazioni | 398 |
Versione Corrente | 0.10.8 |
Ultimo Aggiornamento | 2013-07-10 |
Data di Pubblicazione | 2013-07-10 |
Valutazione | 4.67/5 Totale 9 Valutazioni |
Sviluppatore | https://churnalism.sunlightfoundation.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://churnalism.sunlightfoundation.com |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "html\/background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Check news articles for press release influence.", "icons": { "128": "img\/churnalism_128x128.png", "16": "img\/churnalism_128x128.png", "48": "img\/churnalism_48x48.png" }, "manifest_version": 2, "name": "Churnalism", "options_page": "html\/options.html", "page_action": { "default_icon": "img\/searching.png", "default_title": "Checking for churnalism!" }, "permissions": [ "webNavigation", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.10.8", "web_accessible_resources": [ "html\/loadingwait.html" ] } |