Productive Twitter
Minimal and friendly theme for productive social sharing
Что такое Productive Twitter?
Productive Twitter - это расширение Chrome, разработанное sarah.drasner, и его основная функция - "Minimal and friendly theme for productive social sharing".
Снимки экрана расширения
Скачать файл CRX расширения Productive Twitter
Скачайте файлы расширений Productive Twitter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This twitter theme was built to help people be productive with the twitter platfom, based on updates in the UI in July of 2020.
Основная информация о расширении
Название | Productive Twitter |
ID | elgfikcdihncknnnedljbbignlmnppii |
Официальный URL | https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii |
Описание | Minimal and friendly theme for productive social sharing |
Размер файла | 25.78 KB |
Количество установок | 643 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2020-10-18 |
Дата публикации | 2019-07-20 |
Рейтинг | 4.95/5 Всего 37 оценок |
Разработчик | sarah.drasner |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/sdras/productive-twitter |
URL страницы помощи | https://github.com/sdras/productive-twitter/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Productive Twitter", "version": "1.1.0", "description": "Minimal and friendly theme for productive social sharing", "short_name": "Productive Twitter", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "override.css" ], "js": [ "override.js" ] } ], "page_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png" } } } |