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".
Снимки экрана расширения
Скачать файл CRX расширения Readability for Google Plus™
Скачайте файлы расширений 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 } |