Readability for Google Plus™

Makes comment text clear in Google+'s new design

Readability for Google Plus™ là gì?

Readability for Google Plus™ là một tiện ích mở rộng Chrome được phát triển bởi Tzafrir Rehan, và tính năng chính của nó là "Makes comment text clear in Google+'s new design".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Readability for Google Plus™

Tải xuống các tệp mở rộng Readability for Google Plus™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Readability for Google Plus™ Readability for Google Plus™
ID kndkppheelokdboefcboglgbnihnpgnd
URL Chính Thức https://chrome.google.com/webstore/detail/readability-for-google-pl/kndkppheelokdboefcboglgbnihnpgnd
Mô tả Makes comment text clear in Google+'s new design
Kích Thước Tệp 4.92 KB
Số Lần Cài Đặt 1,868
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2012-09-12
Ngày Phát Hành 2012-09-12
Đánh Giá 4.70/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Tzafrir Rehan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}