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…

Apa itu Memeify?

Memeify adalah ekstensi Chrome yang dikembangkan oleh jjrylearn, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Memeify

Unduh file ekstensi Memeify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Memeify Memeify
ID iogidijblegigcogjjbdhbmalmimofad
URL Resmi https://chrome.google.com/webstore/detail/memeify/iogidijblegigcogjjbdhbmalmimofad
Deskripsi 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…
Ukuran File 44.87 KB
Jumlah Instalasi 859
Versi Saat Ini 1.2
Terakhir Diperbarui 2017-11-14
Tanggal Publikasi 2017-11-14
Penilaian 2.33/5 Total 3 Penilaian
Pengembang jjrylearn
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}