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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    ]
}