Gif Frames

Extract frame images from animated GIFs

What is Gif Frames?

Gif Frames is a Chrome extension developed by Cheng, and its main feature is "Extract frame images from animated GIFs".

Extension Screenshots

screenshot
screenshot

Download Gif Frames Extension CRX File

Download Gif Frames extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Gif Frames Gif Frames
ID khkbfocobajjjkojjgpmnhdgbmlnlnef
Official URL https://chromewebstore.google.com/detail/gif-frames/khkbfocobajjjkojjgpmnhdgbmlnlnef
Description Extract frame images from animated GIFs
File Size 50.48 KB
Installation Count 1,405
Current Version 2.1.3
Last Updated 2021-07-23
Publish Date 2018-08-15
Rating 4.63/5 Total 8 Ratings
Developer Cheng
Email [email protected]
Payment Type free
Supported Languages 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
}