Imgflip Quick Create

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

Wat is Imgflip Quick Create?

Imgflip Quick Create is een Chrome-extensie ontwikkeld door imgflip, en de belangrijkste functie is "Instantly create memes from images and create GIFs from videos on the web".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Imgflip Quick Create

Download Imgflip Quick Create-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Imgflip Quick Create Imgflip Quick Create
ID ipdbhnffahpohpdkcelabahpmlheidff
Officiële URL https://chromewebstore.google.com/detail/imgflip-quick-create/ipdbhnffahpohpdkcelabahpmlheidff
Beschrijving Instantly create memes from images and create GIFs from videos on the web
Bestandsgrootte 11.5 KB
Aantal Installaties 2,000
Huidige Versie 0.1.0
Laatst Bijgewerkt 2020-09-25
Publicatiedatum 2020-09-25
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar imgflip
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://imgflip.com
URL van de Privacybeleid Pagina https://imgflip.com/privacy
Ondersteunde Talen 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
}