Imgflip Quick Create

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

Co to jest Imgflip Quick Create?

Imgflip Quick Create to rozszerzenie Chrome opracowane przez imgflip, a jego główną funkcją jest „Instantly create memes from images and create GIFs from videos on the web”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Imgflip Quick Create

Pobierz pliki rozszerzeń Imgflip Quick Create w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Imgflip Quick Create Imgflip Quick Create
ID ipdbhnffahpohpdkcelabahpmlheidff
Oficjalny URL https://chromewebstore.google.com/detail/imgflip-quick-create/ipdbhnffahpohpdkcelabahpmlheidff
Opis Instantly create memes from images and create GIFs from videos on the web
Rozmiar pliku 11.5 KB
Liczba instalacji 2,000
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2020-09-25
Data Publikacji 2020-09-25
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper imgflip
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://imgflip.com
Adres URL Strony Polityki Prywatności https://imgflip.com/privacy
Obsługiwane Języki 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
}