Imgflip Quick Create

Instantly create memes from images and create GIFs from videos on the web

What is Imgflip Quick Create?

Imgflip Quick Create is a Chrome extension developed by imgflip, and its main feature is "Instantly create memes from images and create GIFs from videos on the web".

Extension Screenshots

screenshot

Download Imgflip Quick Create Extension CRX File

Download Imgflip Quick Create extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Imgflip Quick Create Imgflip Quick Create
ID ipdbhnffahpohpdkcelabahpmlheidff
Official URL https://chromewebstore.google.com/detail/imgflip-quick-create/ipdbhnffahpohpdkcelabahpmlheidff
Description Instantly create memes from images and create GIFs from videos on the web
File Size 11.5 KB
Installation Count 2,000
Current Version 0.1.0
Last Updated 2020-09-25
Publish Date 2020-09-25
Rating 5.00/5 Total 7 Ratings
Developer imgflip
Email [email protected]
Payment Type free
Extension Website https://imgflip.com
Privacy Policy Page URL https://imgflip.com/privacy
Supported Languages 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
}