Churnalism
Check news articles for press release influence.
Churnalismとは何ですか?
Churnalismはhttps://churnalism.sunlightfoundation.comによって開発されたChromeの拡張機能で、その主な機能は「Check news articles for press release influence.」です。
拡張機能のスクリーンショット
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 |
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" ] } |