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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}