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 to jest Memeify?

Memeify to rozszerzenie Chrome opracowane przez jjrylearn, a jego główną funkcją jest „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…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Memeify

Pobierz pliki rozszerzeń Memeify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Memeify Memeify
ID iogidijblegigcogjjbdhbmalmimofad
Oficjalny URL https://chrome.google.com/webstore/detail/memeify/iogidijblegigcogjjbdhbmalmimofad
Opis 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…
Rozmiar pliku 44.87 KB
Liczba instalacji 859
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2017-11-14
Data Publikacji 2017-11-14
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper jjrylearn
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}