Readable Twitter

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

Qu'est-ce que Readable Twitter ?

Readable Twitter est une extension Chrome développée par rajbot, et sa fonction principale est "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Readable Twitter

Téléchargez les fichiers d'extension Readable Twitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        - 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.                    

Informations de Base sur l'Extension

Nom Readable Twitter Readable Twitter
ID lckhhllpfhfhkoclilbgcoinfkgbledh
URL Officiel https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh
Description Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
Taille du Fichier 37.02 KB
Nombre d'Installations 10
Version Actuelle 1.5
Dernière Mise à Jour 2014-07-11
Date de Publication 2014-07-11
Évaluation 2.80/5 Total 5 Évaluations
Développeur rajbot
Type de Paiement free
Langues Prises en Charge 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"
    }
}