Imgflip Quick Create

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

Cos'è Imgflip Quick Create?

Imgflip Quick Create è un'estensione di Chrome sviluppata da imgflip, e la sua funzione principale è "Instantly create memes from images and create GIFs from videos on the web".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Imgflip Quick Create

Scarica i file di estensione Imgflip Quick Create in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Imgflip Quick Create Imgflip Quick Create
ID ipdbhnffahpohpdkcelabahpmlheidff
URL Ufficiale https://chromewebstore.google.com/detail/imgflip-quick-create/ipdbhnffahpohpdkcelabahpmlheidff
Descrizione Instantly create memes from images and create GIFs from videos on the web
Dimensione del File 11.5 KB
Conteggio Installazioni 2,000
Versione Corrente 0.1.0
Ultimo Aggiornamento 2020-09-25
Data di Pubblicazione 2020-09-25
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore imgflip
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://imgflip.com
URL della Pagina della Politica sulla Privacy https://imgflip.com/privacy
Lingue Supportate 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
}