News Intermix

Inspired by Ethan Zuckerman's 'Rewire', News Intermix occasionally redirects you globally when you visit your local news site.

News Intermixคืออะไร?

News Intermix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย West Space Journal และคุณลักษณะหลักของมันคือ "Inspired by Ethan Zuckerman's 'Rewire', News Intermix occasionally redirects you globally when you visit your local news site."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย News Intermix

ดาวน์โหลดไฟล์ส่วนขยาย News Intermix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        News Intermix has a database of ~900 geographically-diverse English-language news sites. Tell the extension what your daily news site is, and enter the percentage of visits you want to be redirected to a random news source. It's a non-fawning user interface that can break your habitual spatial tendencies.

—

nb. The list of sources is incomplete and some sites are out of date; we are constantly improving it. Please email [email protected] if you discover any broken links.

—

Extension design by Rowan McNaught
Presented by West Space Journal (http://www.wsj.org.au)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ News Intermix News Intermix
ID djajfcmjekfjhjpjdkelljbfoacbnpce
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/news-intermix/djajfcmjekfjhjpjdkelljbfoacbnpce
คำอธิบาย Inspired by Ethan Zuckerman's 'Rewire', News Intermix occasionally redirects you globally when you visit your local news site.
ขนาดไฟล์ 158 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 1.20
อัปเดตครั้งล่าสุด 2013-10-31
วันที่เผยแพร่ 2013-10-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา West Space Journal
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.westspacejournal.org.au
URL หน้าช่วยเหลือ http://www.westspacejournal.org.au
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "News Intermix",
    "version": "1.20",
    "description": "Inspired by Ethan Zuckerman's 'Rewire', News Intermix occasionally redirects you globally when you visit your local news site.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/app.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "http:\/\/*\/*",
        "webRequestBlocking",
        "",
        "storage"
    ]
}