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"
    ]
}