Imgflip Quick Create
Instantly create memes from images and create GIFs from videos on the web
Apa itu Imgflip Quick Create?
Imgflip Quick Create adalah ekstensi Chrome yang dikembangkan oleh imgflip, dan fitur utamanya adalah "Instantly create memes from images and create GIFs from videos on the web".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Imgflip Quick Create
Unduh file ekstensi Imgflip Quick Create dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Imgflip Quick Create |
ID | ipdbhnffahpohpdkcelabahpmlheidff |
URL Resmi | https://chromewebstore.google.com/detail/imgflip-quick-create/ipdbhnffahpohpdkcelabahpmlheidff |
Deskripsi | Instantly create memes from images and create GIFs from videos on the web |
Ukuran File | 11.5 KB |
Jumlah Instalasi | 2,000 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2020-09-25 |
Tanggal Publikasi | 2020-09-25 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | imgflip |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://imgflip.com |
URL Halaman Kebijakan Privasi | https://imgflip.com/privacy |
Bahasa yang Didukung | 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 } |