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…

Was ist Memeify?

Memeify ist eine Chrome-Erweiterung, die von jjrylearn entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot

Memeify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Memeify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Memeify Memeify
ID iogidijblegigcogjjbdhbmalmimofad
Offizielle URL https://chrome.google.com/webstore/detail/memeify/iogidijblegigcogjjbdhbmalmimofad
Beschreibung 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…
Dateigröße 44.87 KB
Installationsanzahl 859
Aktuelle Version 1.2
Letztes Update 2017-11-14
Veröffentlichungsdatum 2017-11-14
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler jjrylearn
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}