Readable Twitter
Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
Что такое Readable Twitter?
Readable Twitter - это расширение Chrome, разработанное rajbot, и его основная функция - "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.".
Снимки экрана расширения
Скачать файл CRX расширения Readable Twitter
Скачайте файлы расширений Readable Twitter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
- adds a button to temporarily hide retweets. - tones down colors and removes background images. - swaps the content and the sidebar, so you can make the window narrower and still see tweets.
Основная информация о расширении
Название | |
ID | lckhhllpfhfhkoclilbgcoinfkgbledh |
Официальный URL | https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh |
Описание | Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left. |
Размер файла | 37.02 KB |
Количество установок | 10 |
Текущая Версия | 1.5 |
Последнее Обновление | 2014-07-11 |
Дата публикации | 2014-07-11 |
Рейтинг | 2.80/5 Всего 5 оценок |
Разработчик | rajbot |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readable Twitter", "description": "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.", "version": "1.5", "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "css": [ "readable_twitter.css" ], "js": [ "jquery-2.1.1.min.js", "readable_twitter.js" ] } ], "icons": { "128": "read.png" } } |