Churnalism

Check news articles for press release influence.

什么是Churnalism?

Churnalism是由https://churnalism.sunlightfoundation.com开发的Chrome扩展程序,该扩展的主要功能是“Check news articles for press release influence.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Churnalism扩展crx文件

下载Churnalism扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Churnalism Churnalism
ID igpjommbbpdncpcnjkombboimdclgdhm
官方URL https://chromewebstore.google.com/detail/churnalism/igpjommbbpdncpcnjkombboimdclgdhm
简介 Check news articles for press release influence.
文件大小 226 KB
安装次数 398
当前版本 0.10.8
更新时间 2013-07-10
上架时间 2013-07-10
评分 4.67/5 共9次评分
开发者 https://churnalism.sunlightfoundation.com
付费类型 free
扩展官网 http://churnalism.sunlightfoundation.com
支持的语言 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"
    ]
}