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
官方網址 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
}