Read Across The Aisle

This is a beta of the Read Across the Aisle Chrome extension. Send any feedback to [email protected].

Τι είναι το Read Across The Aisle;

Το Read Across The Aisle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://readacrosstheaisle.com, και η κύρια λειτουργία του είναι "This is a beta of the Read Across the Aisle Chrome extension. Send any feedback to [email protected].".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Read Across The Aisle

Λήψη αρχείων επέκτασης Read Across The Aisle σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        UPDATE:

You can now set the Dashboard to show only once a day, instead of with every new tab. Just click the settings (gear) icon in the upper right corner of the Dashboard and flip the toggle for display frequency. 

You can always access the Dashboard by clicking on the browser extension icon in the upper right.

---

Read Across The Aisle gives you a visual representation of your filter bubble. Our dashboard shows you your most-read news websites so you can see where you're spending the most time reading. With the view options, you can see just the last 24 hours, week, or even your indefinite history, so you can track your behavior over time.

Get Free Wall Street Journal Access!

Click the WSJ link (below your most-read site list) to get a free, renewable, guest pass to the Wall Street Journal. Every week you will see the registration prompt again, but you can use the same email address to register each time. 

Social Network Tracking

Social networks like Facebook and Twitter are tracked separately, so the color assigned to these sites is based on the partisanship ratings of the links you click on while on social media. So if you click on lots of liberal news from Facebook, then Facebook will show up bright blue. If you click on a mix of news from Facebook, it will show up as purple. The idea is that you can see (1) how much time you spend on social media; and (2) how the news you are exposed to on FB differs from the news you find organically.

We look forward to adding new features, such as customized article recommendations, the ability to display your Dashboard only once or twice per day, and badges to track your accomplishments. Let us know what new features you'd like to see most, and if you'd like to support this free tool, please consider donating via PayPal: 

https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=BMM59P2BFUC7A&lc=US&item_name=Read%20Across%20The%20Aisle&no_note=0&cn=Add%20special%20instructions%20to%20the%20seller:&no_shipping=2¤cy_code=USD&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted

Thanks!
The Read Across The Aisle team                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Read Across The Aisle Read Across The Aisle
ID knonchlbnkaddhihddlejfchjjnadmeh
Επίσημο URL https://chromewebstore.google.com/detail/read-across-the-aisle/knonchlbnkaddhihddlejfchjjnadmeh
Περιγραφή This is a beta of the Read Across the Aisle Chrome extension. Send any feedback to [email protected].
Μέγεθος Αρχείου 380 KB
Αριθμός Εγκαταστάσεων 6,910
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2018-09-05
Ημερομηνία Δημοσίευσης 2018-09-05
Αξιολόγηση 2.09/5 Συνολικά 54 Αξιολογήσεις
Προγραμματιστής https://readacrosstheaisle.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.readacrosstheaisle.com
URL της Σελίδας Πολιτικής Απορρήτου http://www.beelinereader.com/policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Across The Aisle",
    "short_name": "Read Across",
    "manifest_version": 2,
    "version": "1.3.1",
    "homepage_url": "http:\/\/www.readacrosstheaisle.com\/",
    "description": "This is a beta of the Read Across the Aisle Chrome extension. Send any feedback to [email protected].",
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "idle",
        "unlimitedStorage",
        "storage",
        "webRequest",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "pageAnalyzer.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "fonts\/*",
        "images\/*",
        "dashboard.html",
        "dashboard.js"
    ],
    "minimum_chrome_version": "46",
    "incognito": "spanning",
    "browser_action": {
        "default_icon": "app-icons\/icon16.png"
    },
    "icons": {
        "16": "app-icons\/icon16.png",
        "32": "app-icons\/icon32.png",
        "48": "app-icons\/icon48.png",
        "64": "app-icons\/icon64.png",
        "128": "app-icons\/icon128.png",
        "192": "app-icons\/icon192.png"
    }
}