News Intermix

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

Cos'è News Intermix?

News Intermix è un'estensione di Chrome sviluppata da West Space Journal, e la sua funzione principale è "Inspired by Ethan Zuckerman's 'Rewire', News Intermix occasionally redirects you globally when you visit your local news site.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione News Intermix

Scarica i file di estensione News Intermix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome News Intermix News Intermix
ID djajfcmjekfjhjpjdkelljbfoacbnpce
URL Ufficiale https://chrome.google.com/webstore/detail/news-intermix/djajfcmjekfjhjpjdkelljbfoacbnpce
Descrizione Inspired by Ethan Zuckerman's 'Rewire', News Intermix occasionally redirects you globally when you visit your local news site.
Dimensione del File 158 KB
Conteggio Installazioni 54
Versione Corrente 1.20
Ultimo Aggiornamento 2013-10-31
Data di Pubblicazione 2013-10-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore West Space Journal
Tipo di Pagamento free
Sito Web dell'Estensione http://www.westspacejournal.org.au
URL della Pagina di Aiuto http://www.westspacejournal.org.au
Lingue Supportate 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"
    ]
}