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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}