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
Eメール [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
}