Gif Frames

Extract frame images from animated GIFs

ما هو Gif Frames؟

Gif Frames هو إضافة Chrome تم تطويرها بواسطة Cheng، والميزة الرئيسية لها هي "Extract frame images from animated GIFs".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Gif Frames

قم بتنزيل ملفات الامتداد Gif Frames بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is a chrome extension for extract frame images from animated GIFs. Please note that this extension doesn't work on some websites that protect their content.

Super easy to use:
1. Right click on a gif image on a page in Chrome.
2. Select "Show GIF frames".
3. Enjoy!                    

معلومات أساسية عن التمديد

الاسم Gif Frames Gif Frames
ID khkbfocobajjjkojjgpmnhdgbmlnlnef
عنوان URL الرسمي https://chromewebstore.google.com/detail/gif-frames/khkbfocobajjjkojjgpmnhdgbmlnlnef
الوصف Extract frame images from animated GIFs
حجم الملف 50.48 KB
عدد التثبيتات 1,405
النسخة الحالية 2.1.3
آخر تحديث 2021-07-23
تاريخ النشر 2018-08-15
تقييم 4.63/5 مجموع تقييمات 8
المطور Cheng
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gif Frames",
    "version": "2.1.3",
    "description": "Extract frame images from animated GIFs",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "file:\/\/\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "imageinfo-16.png",
        "48": "imageinfo-48.png",
        "128": "imageinfo-128.png"
    },
    "manifest_version": 2
}