Churnalism
Check news articles for press release influence.
Qu'est-ce que Churnalism ?
Churnalism est une extension Chrome développée par https://churnalism.sunlightfoundation.com, et sa fonction principale est "Check news articles for press release influence.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Churnalism
Téléchargez les fichiers d'extension Churnalism au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Churnalism |
ID | igpjommbbpdncpcnjkombboimdclgdhm |
URL Officiel | https://chromewebstore.google.com/detail/churnalism/igpjommbbpdncpcnjkombboimdclgdhm |
Description | Check news articles for press release influence. |
Taille du Fichier | 226 KB |
Nombre d'Installations | 398 |
Version Actuelle | 0.10.8 |
Dernière Mise à Jour | 2013-07-10 |
Date de Publication | 2013-07-10 |
Évaluation | 4.67/5 Total 9 Évaluations |
Développeur | https://churnalism.sunlightfoundation.com |
Type de Paiement | free |
Site Web de l'Extension | http://churnalism.sunlightfoundation.com |
Langues Prises en Charge | 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" ] } |