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是由jjrylearn开发的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…”。

扩展截图

screenshot

下载Memeify扩展crx文件

下载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"
        ]
    }
}