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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Memeify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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