Gif Frames

Extract frame images from animated GIFs

什么是Gif Frames?

Gif Frames是由Cheng开发的Chrome扩展程序,该扩展的主要功能是“Extract frame images from animated GIFs”。

扩展截图

screenshot
screenshot

下载Gif Frames扩展crx文件

下载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
}