Imgflip Quick Create

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

Imgflip Quick Create là gì?

Imgflip Quick Create là một tiện ích mở rộng Chrome được phát triển bởi imgflip, và tính năng chính của nó là "Instantly create memes from images and create GIFs from videos on the web".

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

screenshot

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

Tải xuống các tệp mở rộng Imgflip Quick Create 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

                        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.                    

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

Tên Imgflip Quick Create Imgflip Quick Create
ID ipdbhnffahpohpdkcelabahpmlheidff
URL Chính Thức https://chromewebstore.google.com/detail/imgflip-quick-create/ipdbhnffahpohpdkcelabahpmlheidff
Mô tả Instantly create memes from images and create GIFs from videos on the web
Kích Thước Tệp 11.5 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2020-09-25
Ngày Phát Hành 2020-09-25
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển imgflip
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://imgflip.com
URL Trang Chính Sách Bảo Mật https://imgflip.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}