Readable Twitter

Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.

Τι είναι το Readable Twitter;

Το Readable Twitter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rajbot, και η κύρια λειτουργία του είναι "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Readable Twitter

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

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

                        - adds a button to temporarily hide retweets.
- tones down colors and removes background images. 
- swaps the content and the sidebar, so you can make the window narrower and still see tweets.                    

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

Όνομα Readable Twitter Readable Twitter
ID lckhhllpfhfhkoclilbgcoinfkgbledh
Επίσημο URL https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh
Περιγραφή Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
Μέγεθος Αρχείου 37.02 KB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2014-07-11
Ημερομηνία Δημοσίευσης 2014-07-11
Αξιολόγηση 2.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής rajbot
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Readable Twitter",
    "description": "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.",
    "version": "1.5",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "readable_twitter.css"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "readable_twitter.js"
            ]
        }
    ],
    "icons": {
        "128": "read.png"
    }
}