Automatic GMail Editor Toolbar
Shows editor toolbar automatically when sending a new mail in Gmail.
Что такое Automatic GMail Editor Toolbar?
Automatic GMail Editor Toolbar - это расширение Chrome, разработанное The SmartTHING Limited, и его основная функция - "Shows editor toolbar automatically when sending a new mail in Gmail.".
Снимки экрана расширения
Скачать файл CRX расширения Automatic GMail Editor Toolbar
Скачайте файлы расширений Automatic GMail Editor Toolbar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| ID | hnipkcglmifdjopegjpidombdofdbbdd |
| Официальный URL | https://chromewebstore.google.com/detail/automatic-gmail-editor-to/hnipkcglmifdjopegjpidombdofdbbdd |
| Описание | Shows editor toolbar automatically when sending a new mail in Gmail. |
| Размер файла | 3.49 KB |
| Количество установок | 34 |
| Текущая Версия | 1.5 |
| Последнее Обновление | 2014-02-06 |
| Дата публикации | 2014-02-06 |
| Разработчик | The SmartTHING Limited |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://www.smartthing.org/privacy-policy |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"*"
],
"js": [
"gmaileditor.user.js"
],
"matches": [
"http:\/\/mail.google.com\/*",
"https:\/\/mail.google.com\/*"
],
"run_at": "document_end"
}
],
"converted_from_user_script": true,
"description": "Shows editor toolbar automatically when sending a new mail in Gmail.",
"name": "Automatic GMail Editor Toolbar",
"version": "1.5"
} | |