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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 } |