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…

Что такое Memeify?

Memeify - это расширение Chrome, разработанное jjrylearn, и его основная функция - "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

Скачать файл CRX расширения Memeify

Скачайте файлы расширений Memeify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Memeify Memeify
ID iogidijblegigcogjjbdhbmalmimofad
Официальный URL https://chrome.google.com/webstore/detail/memeify/iogidijblegigcogjjbdhbmalmimofad
Описание 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…
Размер файла 44.87 KB
Количество установок 859
Текущая Версия 1.2
Последнее Обновление 2017-11-14
Дата публикации 2017-11-14
Рейтинг 2.33/5 Всего 3 оценок
Разработчик jjrylearn
Тип оплаты free
Поддерживаемые языки 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"
        ]
    }
}