Fix Twitter
Swaps right and left columns over so tweets are on the left /by @andydavies
Что такое Fix Twitter?
Fix Twitter - это расширение Chrome, разработанное Andy Davies, и его основная функция - "Swaps right and left columns over so tweets are on the left /by @andydavies".
Снимки экрана расширения
Скачать файл CRX расширения Fix Twitter
Скачайте файлы расширений Fix Twitter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Swaps the left and right columns in Twitter so tweets appear in the lefthand column 2012-09-30 - Corrected header alignment on new profile page 2012-09-14 - Updated to fix issue with profile pages
Основная информация о расширении
Название | |
ID | lbjeicfjnfmkfdhhlggjpggpbeackiid |
Официальный URL | https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid |
Описание | Swaps right and left columns over so tweets are on the left /by @andydavies |
Размер файла | 4.39 KB |
Количество установок | 94 |
Текущая Версия | 0.32 |
Последнее Обновление | 2012-09-30 |
Дата публикации | 2012-09-30 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | Andy Davies |
Тип оплаты | free |
URL страницы помощи | https://twitter.com/andydavies |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix Twitter", "version": "0.32", "description": "Swaps right and left columns over so tweets are on the left \/by @andydavies", "icons": { "128": "fixtwitter.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "fixtwitter.css" ] } ] } |