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
Eメール [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
}