Meme Maker

Add meme text to any image and share it to Imgur

Qu'est-ce que Meme Maker ?

Meme Maker est une extension Chrome développée par Paul LeMarquand, et sa fonction principale est "Add meme text to any image and share it to Imgur".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Meme Maker 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

                        Right click any image on the web and add meme text to it. Upload it directly to imgur. It's that simple!

You can then use imgur to upload directly to Reddit, Facebook, Twitter or another social network.                    

Informations de Base sur l'Extension

Nom Meme Maker Meme Maker
ID ficbamdhpkgoalecmiclffghlllemcki
URL Officiel https://chromewebstore.google.com/detail/meme-maker/ficbamdhpkgoalecmiclffghlllemcki
Description Add meme text to any image and share it to Imgur
Taille du Fichier 1.72 MB
Nombre d'Installations 1,577
Version Actuelle 0.1.202
Dernière Mise à Jour 2014-05-02
Date de Publication 2014-05-02
Évaluation 3.16/5 Total 25 Évaluations
Développeur Paul LeMarquand
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meme Maker",
    "version": "0.1.202",
    "manifest_version": 2,
    "description": "Add meme text to any image and share it to Imgur",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "scripts\/controller\/app.js",
        "scripts\/components\/editor.js",
        "scripts\/vendor\/*.js",
        "scripts\/vendor\/*.map",
        "styles\/*.css",
        "*.html",
        "fonts\/impactreg.eot",
        "fonts\/impactreg.ttf",
        "fonts\/impactreg.woff"
    ]
}