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