Churnalism

Check news articles for press release influence.

ما هو Churnalism؟

Churnalism هو إضافة Chrome تم تطويرها بواسطة https://churnalism.sunlightfoundation.com، والميزة الرئيسية لها هي "Check news articles for press release influence.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Churnalism

قم بتنزيل ملفات الامتداد Churnalism بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}