Gmail Gifline
The fastest way to include gif in your emails
Что такое Gmail Gifline?
Gmail Gifline - это расширение Chrome, разработанное zehfernandes, и его основная функция - "The fastest way to include gif in your emails".
Снимки экрана расширения
Скачать файл CRX расширения Gmail Gifline
Скачайте файлы расширений Gmail Gifline в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Write in any place of gmail compose box /gif me thegifyouneed /gif thegifyouneed or ::gif me thegifyouneed ::gif thegifyouneed and done.
Основная информация о расширении
Название | Gmail Gifline |
ID | mcmandlkgdpmhpaebifnnepgokcjncej |
Официальный URL | https://chromewebstore.google.com/detail/gmail-gifline/mcmandlkgdpmhpaebifnnepgokcjncej |
Описание | The fastest way to include gif in your emails |
Размер файла | 70.39 KB |
Количество установок | 870 |
Текущая Версия | 1.7 |
Последнее Обновление | 2019-06-04 |
Дата публикации | 2019-06-04 |
Рейтинг | 4.10/5 Всего 10 оценок |
Разработчик | zehfernandes |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://zehfernandes.github.io/gifline/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Gifline", "version": "1.7", "description": "The fastest way to include gif in your emails", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/mail.google.com\/*", "tabs" ], "web_accessible_resources": [ "jquery-3.4.1.min.js", "gmail.js", "main.js" ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "manifest_version": 2 } |