Readability for Google Plus™

Makes comment text clear in Google+'s new design

Cos'è Readability for Google Plus™?

Readability for Google Plus™ è un'estensione di Chrome sviluppata da Tzafrir Rehan, e la sua funzione principale è "Makes comment text clear in Google+'s new design".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Readability for Google Plus™

Scarica i file di estensione Readability for Google Plus™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Somebody in Google decided that grey text over a grey background is something users are able to read. I disagree.

This extension will make comments' text black and clear.                    

Informazioni di Base sull'Estensione

Nome Readability for Google Plus™ Readability for Google Plus™
ID kndkppheelokdboefcboglgbnihnpgnd
URL Ufficiale https://chrome.google.com/webstore/detail/readability-for-google-pl/kndkppheelokdboefcboglgbnihnpgnd
Descrizione Makes comment text clear in Google+'s new design
Dimensione del File 4.92 KB
Conteggio Installazioni 1,868
Versione Corrente 1.3
Ultimo Aggiornamento 2012-09-12
Data di Pubblicazione 2012-09-12
Valutazione 4.70/5 Totale 20 Valutazioni
Sviluppatore Tzafrir Rehan
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readability for Google Plus\u2122",
    "description": "Makes comment text clear in Google+'s new design",
    "version": "1.3",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "readability.js"
            ],
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/plus.google.com\/*"
    ],
    "manifest_version": 2
}