Churnalism

Check news articles for press release influence.

Co to jest Churnalism?

Churnalism to rozszerzenie Chrome opracowane przez https://churnalism.sunlightfoundation.com, a jego główną funkcją jest „Check news articles for press release influence.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Churnalism

Pobierz pliki rozszerzeń Churnalism w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Churnalism Churnalism
ID igpjommbbpdncpcnjkombboimdclgdhm
Oficjalny URL https://chromewebstore.google.com/detail/churnalism/igpjommbbpdncpcnjkombboimdclgdhm
Opis Check news articles for press release influence.
Rozmiar pliku 226 KB
Liczba instalacji 398
Aktualna Wersja 0.10.8
Ostatnia Aktualizacja 2013-07-10
Data Publikacji 2013-07-10
Ocena 4.67/5 Łącznie 9 Oceny
Deweloper https://churnalism.sunlightfoundation.com
Typ Płatności free
Strona Rozszerzenia http://churnalism.sunlightfoundation.com
Obsługiwane Języki 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"
    ]
}