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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}