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…

Wat is Memeify?

Memeify is een Chrome-extensie ontwikkeld door jjrylearn, en de belangrijkste functie 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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Memeify

Download Memeify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Memeify Memeify
ID iogidijblegigcogjjbdhbmalmimofad
Officiële URL https://chrome.google.com/webstore/detail/memeify/iogidijblegigcogjjbdhbmalmimofad
Beschrijving 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…
Bestandsgrootte 44.87 KB
Aantal Installaties 859
Huidige Versie 1.2
Laatst Bijgewerkt 2017-11-14
Publicatiedatum 2017-11-14
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar jjrylearn
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}