Readability for Google Plus™

Makes comment text clear in Google+'s new design

Apa itu Readability for Google Plus™?

Readability for Google Plus™ adalah ekstensi Chrome yang dikembangkan oleh Tzafrir Rehan, dan fitur utamanya adalah "Makes comment text clear in Google+'s new design".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Readability for Google Plus™

Unduh file ekstensi Readability for Google Plus™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Readability for Google Plus™ Readability for Google Plus™
ID kndkppheelokdboefcboglgbnihnpgnd
URL Resmi https://chrome.google.com/webstore/detail/readability-for-google-pl/kndkppheelokdboefcboglgbnihnpgnd
Deskripsi Makes comment text clear in Google+'s new design
Ukuran File 4.92 KB
Jumlah Instalasi 1,868
Versi Saat Ini 1.3
Terakhir Diperbarui 2012-09-12
Tanggal Publikasi 2012-09-12
Penilaian 4.70/5 Total 20 Penilaian
Pengembang Tzafrir Rehan
Tipe Pembayaran free
Bahasa yang Didukung 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
}