Gif Frames

Extract frame images from animated GIFs

Co je Gif Frames?

Gif Frames je rozšíření Chrome vyvinuté Cheng, a jeho hlavní funkcí je „Extract frame images from animated GIFs“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Gif Frames

Stáhněte si soubory rozšíření Gif Frames ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Gif Frames Gif Frames
ID khkbfocobajjjkojjgpmnhdgbmlnlnef
Oficiální URL https://chromewebstore.google.com/detail/gif-frames/khkbfocobajjjkojjgpmnhdgbmlnlnef
Popis Extract frame images from animated GIFs
Velikost souboru 50.48 KB
Počet instalací 1,405
Aktuální Verze 2.1.3
Poslední Aktualizace 2021-07-23
Datum Vydání 2018-08-15
Hodnocení 4.63/5 Celkem 8 Hodnocení
Vývojář Cheng
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}