Readability for Google Plus™

Makes comment text clear in Google+'s new design

什麼是Readability for Google Plus™?

Readability for Google Plus™是由Tzafrir Rehan開發的Chrome擴展程式,該擴展的主要功能是“Makes comment text clear in Google+'s new design”。

擴展截圖

screenshot

下載Readability for Google Plus™擴展crx文件

下載Readability for Google Plus™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}