News Intermix

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

Wat is News Intermix?

News Intermix is een Chrome-extensie ontwikkeld door West Space Journal, en de belangrijkste functie is "Inspired by Ethan Zuckerman's 'Rewire', News Intermix occasionally redirects you globally when you visit your local news site.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie News Intermix

Download News Intermix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam News Intermix News Intermix
ID djajfcmjekfjhjpjdkelljbfoacbnpce
Officiële URL https://chrome.google.com/webstore/detail/news-intermix/djajfcmjekfjhjpjdkelljbfoacbnpce
Beschrijving Inspired by Ethan Zuckerman's 'Rewire', News Intermix occasionally redirects you globally when you visit your local news site.
Bestandsgrootte 158 KB
Aantal Installaties 54
Huidige Versie 1.20
Laatst Bijgewerkt 2013-10-31
Publicatiedatum 2013-10-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar West Space Journal
Betalingswijze free
Extensiewebsite http://www.westspacejournal.org.au
Help Pagina-URL http://www.westspacejournal.org.au
Ondersteunde Talen 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"
    ]
}