Imgflip Quick Create

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

Hvad er Imgflip Quick Create?

Imgflip Quick Create er en Chrome-udvidelse udviklet af imgflip, og dens hovedfunktion er "Instantly create memes from images and create GIFs from videos on the web".

Udvidelsesskærmbilleder

screenshot

Download Imgflip Quick Create-udvidelses-CRX-fil

Download Imgflip Quick Create-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Imgflip Quick Create Imgflip Quick Create
ID ipdbhnffahpohpdkcelabahpmlheidff
Officiel URL https://chromewebstore.google.com/detail/imgflip-quick-create/ipdbhnffahpohpdkcelabahpmlheidff
Beskrivelse Instantly create memes from images and create GIFs from videos on the web
Filstørrelse 11.5 KB
Antal Installationer 2,000
Nuværende Version 0.1.0
Senest Opdateret 2020-09-25
Udgivelsesdato 2020-09-25
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler imgflip
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://imgflip.com
URL til Fortrolighedspolitik Side https://imgflip.com/privacy
Understøttede Sprog 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
}