Imgflip Quick Create

Instantly create memes from images and create GIFs from videos on the web

什么是Imgflip Quick Create?

Imgflip Quick Create是由imgflip开发的Chrome扩展程序,该扩展的主要功能是“Instantly create memes from images and create GIFs from videos on the web”。

扩展截图

screenshot

下载Imgflip Quick Create扩展crx文件

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

扩展使用说明

                        This addon simply adds a button to the context menu for images and videos on websites you visit. If you right click (or tap and hold) on an image or video, you will be able to click "Create a meme from this image" or "Create a GIF from this video". This will open the Imgflip Meme Generator or GIF Maker with the image or video automatically uploaded so you can jump right into creating your image.                    

扩展基本信息

名称 Imgflip Quick Create Imgflip Quick Create
ID ipdbhnffahpohpdkcelabahpmlheidff
官方URL https://chromewebstore.google.com/detail/imgflip-quick-create/ipdbhnffahpohpdkcelabahpmlheidff
简介 Instantly create memes from images and create GIFs from videos on the web
文件大小 11.5 KB
安装次数 2,000
当前版本 0.1.0
更新时间 2020-09-25
上架时间 2020-09-25
评分 5.00/5 共7次评分
开发者 imgflip
电子邮箱 [email protected]
付费类型 free
扩展官网 https://imgflip.com
隐私政策页面URL https://imgflip.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Imgflip Quick Create",
    "version": "0.1.0",
    "description": "Instantly create memes from images and create GIFs from videos on the web",
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "imgflip-icon-96.png",
        "32": "imgflip-icon-96.png",
        "48": "imgflip-icon-padded-192.png",
        "96": "imgflip-icon-padded-192.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "manifest_version": 2
}