Gmail label column resizer
User script that allows the labels column in Gmail to be resized
Что такое Gmail label column resizer?
Gmail label column resizer - это расширение Chrome, разработанное Jun cai, и его основная функция - "User script that allows the labels column in Gmail to be resized".
Снимки экрана расширения
Скачать файл CRX расширения Gmail label column resizer
Скачайте файлы расширений Gmail label column resizer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Allows the labels column (left panel) in Gmail to be resized.
Основная информация о расширении
Название | ![]() |
ID | nopeaffbfnmebbnlpbfjemkfeojmlpoj |
Официальный URL | https://chrome.google.com/webstore/detail/gmail-label-column-resize/nopeaffbfnmebbnlpbfjemkfeojmlpoj |
Описание | User script that allows the labels column in Gmail to be resized |
Размер файла | 6.78 KB |
Количество установок | 22,955 |
Текущая Версия | 1.3.1 |
Последнее Обновление | 2018-12-12 |
Дата публикации | 2018-12-12 |
Рейтинг | 3.47/5 Всего 148 оценок |
Разработчик | Jun cai |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "chromeGmailResizer_new.user.js" ], "matches": [ "http:\/\/*.gmail.com\/*", "http:\/\/mail.google.com\/*", "https:\/\/*.gmail.com\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "User script that allows the labels column in Gmail to be resized", "name": "Gmail label column resizer", "version": "1.3.1", "permissions": [ "https:\/\/mail.google.com\/*", "http:\/\/mail.google.com\/*" ] } |