News Intermix

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

Was ist News Intermix?

News Intermix ist eine Chrome-Erweiterung, die von West Space Journal entwickelt wurde, und ihr Hauptmerkmal ist "Inspired by Ethan Zuckerman's 'Rewire', News Intermix occasionally redirects you globally when you visit your local news site.".

Erweiterungsscreenshots

screenshot

News Intermix-Erweiterungs-CRX-Datei herunterladen

Laden Sie News Intermix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name News Intermix News Intermix
ID djajfcmjekfjhjpjdkelljbfoacbnpce
Offizielle URL https://chrome.google.com/webstore/detail/news-intermix/djajfcmjekfjhjpjdkelljbfoacbnpce
Beschreibung Inspired by Ethan Zuckerman's 'Rewire', News Intermix occasionally redirects you globally when you visit your local news site.
Dateigröße 158 KB
Installationsanzahl 54
Aktuelle Version 1.20
Letztes Update 2013-10-31
Veröffentlichungsdatum 2013-10-31
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler West Space Journal
Zahlungsart free
Erweiterungswebsite http://www.westspacejournal.org.au
Hilfeseite URL http://www.westspacejournal.org.au
Unterstützte Sprachen 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"
    ]
}