News Intermix

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

Co je News Intermix?

News Intermix je rozšíření Chrome vyvinuté West Space Journal, a jeho hlavní funkcí je „Inspired by Ethan Zuckerman's 'Rewire', News Intermix occasionally redirects you globally when you visit your local news site.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření News Intermix

Stáhněte si soubory rozšíření News Intermix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název News Intermix News Intermix
ID djajfcmjekfjhjpjdkelljbfoacbnpce
Oficiální URL https://chrome.google.com/webstore/detail/news-intermix/djajfcmjekfjhjpjdkelljbfoacbnpce
Popis Inspired by Ethan Zuckerman's 'Rewire', News Intermix occasionally redirects you globally when you visit your local news site.
Velikost souboru 158 KB
Počet instalací 54
Aktuální Verze 1.20
Poslední Aktualizace 2013-10-31
Datum Vydání 2013-10-31
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář West Space Journal
Typ Platby free
Webové stránky Rozšíření http://www.westspacejournal.org.au
URL Stránky Nápovědy http://www.westspacejournal.org.au
Podporované Jazyky 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"
    ]
}