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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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