Imgflip Quick Create

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

Qu'est-ce que Imgflip Quick Create ?

Imgflip Quick Create est une extension Chrome développée par imgflip, et sa fonction principale est "Instantly create memes from images and create GIFs from videos on the web".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Imgflip Quick Create

Téléchargez les fichiers d'extension Imgflip Quick Create au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Imgflip Quick Create Imgflip Quick Create
ID ipdbhnffahpohpdkcelabahpmlheidff
URL Officiel https://chromewebstore.google.com/detail/imgflip-quick-create/ipdbhnffahpohpdkcelabahpmlheidff
Description Instantly create memes from images and create GIFs from videos on the web
Taille du Fichier 11.5 KB
Nombre d'Installations 2,000
Version Actuelle 0.1.0
Dernière Mise à Jour 2020-09-25
Date de Publication 2020-09-25
Évaluation 5.00/5 Total 7 Évaluations
Développeur imgflip
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://imgflip.com
URL de la Page de Politique de Confidentialité https://imgflip.com/privacy
Langues Prises en Charge 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
}