Readability for Google Plus™

Makes comment text clear in Google+'s new design

ما هو Readability for Google Plus™؟

Readability for Google Plus™ هو إضافة Chrome تم تطويرها بواسطة Tzafrir Rehan، والميزة الرئيسية لها هي "Makes comment text clear in Google+'s new design".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Readability for Google Plus™

قم بتنزيل ملفات الامتداد Readability for Google Plus™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Readability for Google Plus™ Readability for Google Plus™
ID kndkppheelokdboefcboglgbnihnpgnd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/readability-for-google-pl/kndkppheelokdboefcboglgbnihnpgnd
الوصف Makes comment text clear in Google+'s new design
حجم الملف 4.92 KB
عدد التثبيتات 1,868
النسخة الحالية 1.3
آخر تحديث 2012-09-12
تاريخ النشر 2012-09-12
تقييم 4.70/5 مجموع تقييمات 20
المطور Tzafrir Rehan
نوع الدفع free
اللغات المدعومة 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
}