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…

What is Memeify?

Memeify is a Chrome extension developed by jjrylearn, and its main feature is "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…".

Extension Screenshots

screenshot

Download Memeify Extension CRX File

Download Memeify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Memeify Memeify
ID iogidijblegigcogjjbdhbmalmimofad
Official URL https://chrome.google.com/webstore/detail/memeify/iogidijblegigcogjjbdhbmalmimofad
Description 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…
File Size 44.87 KB
Installation Count 859
Current Version 1.2
Last Updated 2017-11-14
Publish Date 2017-11-14
Rating 2.33/5 Total 3 Ratings
Developer jjrylearn
Payment Type free
Supported Languages 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"
        ]
    }
}