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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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
}