Meme Generator
Create a meme from an image on a page
Apa itu Meme Generator?
Meme Generator adalah ekstensi Chrome yang dikembangkan oleh VDubs, dan fitur utamanya adalah "Create a meme from an image on a page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Meme Generator
Unduh file ekstensi Meme Generator 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 allows you to create a meme on the fly from the page you are on. Only JPG, PNG, GIF, BMP, TIFF and APNG are looked at if the height is greater than 150px. Settings can now be saved and are loaded automatically.
Informasi Dasar Ekstensi
Nama | Meme Generator |
ID | bkfbjlljbnbhhmlfiegbamebionjpfok |
URL Resmi | https://chromewebstore.google.com/detail/meme-generator/bkfbjlljbnbhhmlfiegbamebionjpfok |
Deskripsi | Create a meme from an image on a page |
Ukuran File | 29.39 KB |
Jumlah Instalasi | 268 |
Versi Saat Ini | 0.3.1 |
Terakhir Diperbarui | 2020-03-17 |
Tanggal Publikasi | 2020-03-17 |
Pengembang | VDubs |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/DutchRican/meme_gen |
URL Halaman Bantuan | https://github.com/DutchRican/meme_gen |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meme Generator", "short_name": "Meme Generator", "version": "0.3.1", "description": "Create a meme from an image on a page", "manifest_version": 2, "permissions": [ "activeTab", "storage" ], "icons": { "16": ".\/icons\/icon16.png", "32": ".\/icons\/icon32.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "background": { "scripts": [ "index.js" ], "persistent": false }, "browser_action": { "default_popup": "index.html" }, "options_ui": { "page": "options.html", "open_in_tab": false } } |