Memefy This

Make Memes Online Instantly

Memefy This क्या है?

Memefy This AshBardhan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Memes Online Instantly"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        The Ultimate Meme Machine for all those crazy people who can't live without making memes!

This extension helps you making instant memes online. All you have to do:
1. Right-click select 'Memefy This Image’ option on any image file present in the website,
2. Add some text at the top and bottom,
3. Change size and position of your texts, and
4. Download your generated meme.
That’s it, folks!

So easy, Right? Just try it out! ;)                    

एक्सटेंशन की मूल जानकारी

नाम Memefy This Memefy This
ID iohemjpgjkgkfgfpiglpfpcclogkelcf
आधिकारिक URL https://chromewebstore.google.com/detail/memefy-this/iohemjpgjkgkfgfpiglpfpcclogkelcf
विवरण Make Memes Online Instantly
फ़ाइल का आकार 36.9 KB
स्थापना संख्या 2,048
वर्तमान संस्करण 0.1.7
अंतिम अपडेट 2024-02-28
प्रकाशन तिथि 2017-12-18
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर AshBardhan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ashbardhan.github.io/memefy-this
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Memefy This",
    "version": "0.1.7",
    "manifest_version": 3,
    "description": "Make Memes Online Instantly",
    "homepage_url": "https:\/\/www.producthunt.com\/posts\/memefy-this",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "css": [
                "content_scripts\/inject.css"
            ],
            "js": [
                "content_scripts\/_constants.js",
                "content_scripts\/_templates.js",
                "content_scripts\/inject.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Memefy This",
        "default_popup": "popup.html"
    }
}