Readability for Google Plus™

Makes comment text clear in Google+'s new design

Co je Readability for Google Plus™?

Readability for Google Plus™ je rozšíření Chrome vyvinuté Tzafrir Rehan, a jeho hlavní funkcí je „Makes comment text clear in Google+'s new design“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Readability for Google Plus™

Stáhněte si soubory rozšíření Readability for Google Plus™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Readability for Google Plus™ Readability for Google Plus™
ID kndkppheelokdboefcboglgbnihnpgnd
Oficiální URL https://chrome.google.com/webstore/detail/readability-for-google-pl/kndkppheelokdboefcboglgbnihnpgnd
Popis Makes comment text clear in Google+'s new design
Velikost souboru 4.92 KB
Počet instalací 1,868
Aktuální Verze 1.3
Poslední Aktualizace 2012-09-12
Datum Vydání 2012-09-12
Hodnocení 4.70/5 Celkem 20 Hodnocení
Vývojář Tzafrir Rehan
Typ Platby free
Podporované Jazyky 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
}