RightLabel for Gmail™
This extension moves labels of email subjects to the right side.
Что такое RightLabel for Gmail™?
RightLabel for Gmail™ - это расширение Chrome, разработанное Mikhail Nasyrov, и его основная функция - "This extension moves labels of email subjects to the right side.".
Снимки экрана расширения
Скачать файл CRX расширения RightLabel for Gmail™
Скачайте файлы расширений RightLabel for Gmail™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Source code: https://github.com/mnasyrov/gmail-rightlabel
Основная информация о расширении
Название | |
ID | acaeocdadbbalpdgajoblofgidngdfaf |
Официальный URL | https://chrome.google.com/webstore/detail/rightlabel-for-gmail/acaeocdadbbalpdgajoblofgidngdfaf |
Описание | This extension moves labels of email subjects to the right side. |
Размер файла | 18.49 KB |
Количество установок | 301 |
Текущая Версия | 0.0.2.1 |
Последнее Обновление | 2018-05-31 |
Дата публикации | 2018-05-25 |
Рейтинг | 4.67/5 Всего 3 оценок |
Разработчик | Mikhail Nasyrov |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/mnasyrov/gmail-rightlabel |
URL страницы помощи | https://github.com/mnasyrov/gmail-rightlabel/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RightLabel for Gmail\u2122", "version": "0.0.2.1", "manifest_version": 2, "description": "This extension moves labels of email subjects to the right side.", "permissions": [ "https:\/\/mail.google.com\/*" ], "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "style.css" ], "run-at": "document_end" } ] } |