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…

Co je Memeify?

Memeify je rozšíření Chrome vyvinuté jjrylearn, a jeho hlavní funkcí je „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…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Memeify

Stáhněte si soubory rozšíření Memeify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Memeify Memeify
ID iogidijblegigcogjjbdhbmalmimofad
Oficiální URL https://chrome.google.com/webstore/detail/memeify/iogidijblegigcogjjbdhbmalmimofad
Popis 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…
Velikost souboru 44.87 KB
Počet instalací 859
Aktuální Verze 1.2
Poslední Aktualizace 2017-11-14
Datum Vydání 2017-11-14
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář jjrylearn
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}