Memefy This

Make Memes Online Instantly

Memefy This là gì?

Memefy This là một tiện ích mở rộng Chrome được phát triển bởi AshBardhan, và tính năng chính của nó là "Make Memes Online Instantly".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Memefy This

Tải xuống các tệp mở rộng Memefy This dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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! ;)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Memefy This Memefy This
ID iohemjpgjkgkfgfpiglpfpcclogkelcf
URL Chính Thức https://chromewebstore.google.com/detail/memefy-this/iohemjpgjkgkfgfpiglpfpcclogkelcf
Mô tả Make Memes Online Instantly
Kích Thước Tệp 36.9 KB
Số Lần Cài Đặt 2,048
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2017-12-18
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển AshBardhan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ashbardhan.github.io/memefy-this
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}