Meme Generator
Create a meme from an image on a page
Wat is Meme Generator?
Meme Generator is een Chrome-extensie ontwikkeld door VDubs, en de belangrijkste functie is "Create a meme from an image on a page".
Extensie Screenshots
Download het CRX-bestand van de extensie Meme Generator
Download Meme Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Meme Generator |
ID | bkfbjlljbnbhhmlfiegbamebionjpfok |
Officiële URL | https://chromewebstore.google.com/detail/meme-generator/bkfbjlljbnbhhmlfiegbamebionjpfok |
Beschrijving | Create a meme from an image on a page |
Bestandsgrootte | 29.39 KB |
Aantal Installaties | 268 |
Huidige Versie | 0.3.1 |
Laatst Bijgewerkt | 2020-03-17 |
Publicatiedatum | 2020-03-17 |
Ontwikkelaar | VDubs |
Betalingswijze | free |
Extensiewebsite | https://github.com/DutchRican/meme_gen |
Help Pagina-URL | https://github.com/DutchRican/meme_gen |
Ondersteunde Talen | 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 } } |