Memefy This

Make Memes Online Instantly

什麼是Memefy This?

Memefy This是由AshBardhan開發的Chrome擴展程式,該擴展的主要功能是“Make Memes Online Instantly”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Memefy This擴展crx文件

下載Memefy This擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}