Gif Frames

Extract frame images from animated GIFs

Was ist Gif Frames?

Gif Frames ist eine Chrome-Erweiterung, die von Cheng entwickelt wurde, und ihr Hauptmerkmal ist "Extract frame images from animated GIFs".

Erweiterungsscreenshots

screenshot
screenshot

Gif Frames-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gif Frames-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Gif Frames Gif Frames
ID khkbfocobajjjkojjgpmnhdgbmlnlnef
Offizielle URL https://chromewebstore.google.com/detail/gif-frames/khkbfocobajjjkojjgpmnhdgbmlnlnef
Beschreibung Extract frame images from animated GIFs
Dateigröße 50.48 KB
Installationsanzahl 1,405
Aktuelle Version 2.1.3
Letztes Update 2021-07-23
Veröffentlichungsdatum 2018-08-15
Bewertung 4.63/5 Insgesamt 8 Bewertungen
Entwickler Cheng
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}