Imgflip Quick Create

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

Imgflip Quick Createคืออะไร?

Imgflip Quick Create เป็นส่วนขยายของ Chrome ที่พัฒนาโดย imgflip และคุณลักษณะหลักของมันคือ "Instantly create memes from images and create GIFs from videos on the web"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Imgflip Quick Create

ดาวน์โหลดไฟล์ส่วนขยาย 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
}