Meme Generator

Create a meme from an image on a page

Qu'est-ce que Meme Generator ?

Meme Generator est une extension Chrome développée par VDubs, et sa fonction principale est "Create a meme from an image on a page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Meme Generator

Téléchargez les fichiers d'extension Meme Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Meme Generator Meme Generator
ID bkfbjlljbnbhhmlfiegbamebionjpfok
URL Officiel https://chromewebstore.google.com/detail/meme-generator/bkfbjlljbnbhhmlfiegbamebionjpfok
Description Create a meme from an image on a page
Taille du Fichier 29.39 KB
Nombre d'Installations 268
Version Actuelle 0.3.1
Dernière Mise à Jour 2020-03-17
Date de Publication 2020-03-17
Développeur VDubs
Type de Paiement free
Site Web de l'Extension https://github.com/DutchRican/meme_gen
URL de la Page d'Aide https://github.com/DutchRican/meme_gen
Langues Prises en Charge 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
    }
}