Memeify

This app is an easy and convenient way to use the Spongebob mocking meme on the go. Just type whatever text you what memeified into…

¿Qué es Memeify?

Memeify es una extensión de Chrome desarrollada por jjrylearn, y su función principal es "This app is an easy and convenient way to use the Spongebob mocking meme on the go. Just type whatever text you what memeified into…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Memeify

Descarga archivos de extensión Memeify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This app is an easy and convenient way to use the Spongebob mocking meme on the go. Just type whatever text you what memeified into the extensions text box, then press enter and voila! You have a meme'd up picture of spongebob with your text ready to copy and paste.                    

Información Básica de la Extensión

Nombre Memeify Memeify
ID iogidijblegigcogjjbdhbmalmimofad
URL Oficial https://chrome.google.com/webstore/detail/memeify/iogidijblegigcogjjbdhbmalmimofad
Descripción This app is an easy and convenient way to use the Spongebob mocking meme on the go. Just type whatever text you what memeified into…
Tamaño del Archivo 44.87 KB
Cantidad de Instalaciones 859
Versión Actual 1.2
Última Actualización 2017-11-14
Fecha de Publicación 2017-11-14
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador jjrylearn
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Memeify",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.slim.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}