Meme Generator

Create a meme from an image on a page

什么是Meme Generator?

Meme Generator是由VDubs开发的Chrome扩展程序,该扩展的主要功能是“Create a meme from an image on a page”。

扩展截图

screenshot
screenshot
screenshot

下载Meme Generator扩展crx文件

下载Meme Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This allows you to create a meme on the fly from the page you are on. 
Only JPG, PNG, GIF, BMP, TIFF and APNG are looked at if the height is greater than 150px.

Settings can now be saved and are loaded automatically.                    

扩展基本信息

名称 Meme Generator Meme Generator
ID bkfbjlljbnbhhmlfiegbamebionjpfok
官方URL https://chromewebstore.google.com/detail/meme-generator/bkfbjlljbnbhhmlfiegbamebionjpfok
简介 Create a meme from an image on a page
文件大小 29.39 KB
安装次数 268
当前版本 0.3.1
更新时间 2020-03-17
上架时间 2020-03-17
开发者 VDubs
付费类型 free
扩展官网 https://github.com/DutchRican/meme_gen
帮助页面URL https://github.com/DutchRican/meme_gen
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meme Generator",
    "short_name": "Meme Generator",
    "version": "0.3.1",
    "description": "Create a meme from an image on a page",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": ".\/icons\/icon16.png",
        "32": ".\/icons\/icon32.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "index.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}