Meme Maker

Add meme text to any image and share it to Imgur

O que é Meme Maker?

Meme Maker é uma extensão do Chrome desenvolvida por Paul LeMarquand, e sua principal característica é "Add meme text to any image and share it to Imgur".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Meme Maker

Baixe arquivos de extensão Meme Maker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Meme Maker Meme Maker
ID ficbamdhpkgoalecmiclffghlllemcki
URL Oficial https://chromewebstore.google.com/detail/meme-maker/ficbamdhpkgoalecmiclffghlllemcki
Descrição Add meme text to any image and share it to Imgur
Tamanho do Arquivo 1.72 MB
Contagem de Instalações 1,577
Versão Atual 0.1.202
Última Atualização 2014-05-02
Data de Publicação 2014-05-02
Classificação 3.16/5 Total de 25 Avaliações
Desenvolvedor Paul LeMarquand
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}