Gmail Attachments-To-Top
Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%
Что такое Gmail Attachments-To-Top?
Gmail Attachments-To-Top - это расширение Chrome, разработанное https://www.jsabo.net, и его основная функция - "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%".
Снимки экрана расширения
Скачать файл CRX расширения Gmail Attachments-To-Top
Скачайте файлы расширений Gmail Attachments-To-Top в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%. To then download the file, you need to preview the file, then click download in the top right.                     Основная информация о расширении
| Название |   |  
| ID | mejlnmfjopkholenbkppcipminekbbeg | 
| Официальный URL | https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg | 
| Описание | Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100% | 
| Размер файла | 75 KB | 
| Количество установок | 25,490 | 
| Текущая Версия | 1.3 | 
| Последнее Обновление | 2019-11-04 | 
| Дата публикации | 2019-11-04 | 
| Рейтинг | 2.41/5 Всего 29 оценок | 
| Разработчик | https://www.jsabo.net | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Официальный сайт расширения | http://www.jsabo.net | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Attachments-To-Top",
    "description": "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery-3.4.1.slim.js",
                "custom.js"
            ]
        }
    ]
}  |  |