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…

Cos'è Memeify?

Memeify è un'estensione di Chrome sviluppata da jjrylearn, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Memeify

Scarica i file di estensione Memeify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Memeify Memeify
ID iogidijblegigcogjjbdhbmalmimofad
URL Ufficiale https://chrome.google.com/webstore/detail/memeify/iogidijblegigcogjjbdhbmalmimofad
Descrizione 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…
Dimensione del File 44.87 KB
Conteggio Installazioni 859
Versione Corrente 1.2
Ultimo Aggiornamento 2017-11-14
Data di Pubblicazione 2017-11-14
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore jjrylearn
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}