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