Imgflip Quick Create

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

Was ist Imgflip Quick Create?

Imgflip Quick Create ist eine Chrome-Erweiterung, die von imgflip entwickelt wurde, und ihr Hauptmerkmal ist "Instantly create memes from images and create GIFs from videos on the web".

Erweiterungsscreenshots

screenshot

Imgflip Quick Create-Erweiterungs-CRX-Datei herunterladen

Laden Sie Imgflip Quick Create-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Imgflip Quick Create Imgflip Quick Create
ID ipdbhnffahpohpdkcelabahpmlheidff
Offizielle URL https://chromewebstore.google.com/detail/imgflip-quick-create/ipdbhnffahpohpdkcelabahpmlheidff
Beschreibung Instantly create memes from images and create GIFs from videos on the web
Dateigröße 11.5 KB
Installationsanzahl 2,000
Aktuelle Version 0.1.0
Letztes Update 2020-09-25
Veröffentlichungsdatum 2020-09-25
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler imgflip
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://imgflip.com
URL der Datenschutzrichtlinien-Seite https://imgflip.com/privacy
Unterstützte Sprachen 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
}