Imgflip Quick Create
Instantly create memes from images and create GIFs from videos on the web
Что такое Imgflip Quick Create?
Imgflip Quick Create - это расширение Chrome, разработанное imgflip, и его основная функция - "Instantly create memes from images and create GIFs from videos on the web".
Снимки экрана расширения
Скачать файл CRX расширения Imgflip Quick Create
Скачайте файлы расширений Imgflip Quick Create в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This addon simply adds a button to the context menu for images and videos on websites you visit. If you right click (or tap and hold) on an image or video, you will be able to click "Create a meme from this image" or "Create a GIF from this video". This will open the Imgflip Meme Generator or GIF Maker with the image or video automatically uploaded so you can jump right into creating your image.
Основная информация о расширении
Название | Imgflip Quick Create |
ID | ipdbhnffahpohpdkcelabahpmlheidff |
Официальный URL | https://chromewebstore.google.com/detail/imgflip-quick-create/ipdbhnffahpohpdkcelabahpmlheidff |
Описание | Instantly create memes from images and create GIFs from videos on the web |
Размер файла | 11.5 KB |
Количество установок | 2,000 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2020-09-25 |
Дата публикации | 2020-09-25 |
Рейтинг | 5.00/5 Всего 7 оценок |
Разработчик | imgflip |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://imgflip.com |
URL страницы политики конфиденциальности | https://imgflip.com/privacy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Imgflip Quick Create", "version": "0.1.0", "description": "Instantly create memes from images and create GIFs from videos on the web", "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] }, "icons": { "16": "imgflip-icon-96.png", "32": "imgflip-icon-96.png", "48": "imgflip-icon-padded-192.png", "96": "imgflip-icon-padded-192.png" }, "permissions": [ "contextMenus" ], "manifest_version": 2 } |