Gif Frames
Extract frame images from animated GIFs
Wat is Gif Frames?
Gif Frames is een Chrome-extensie ontwikkeld door Cheng, en de belangrijkste functie is "Extract frame images from animated GIFs".
Extensie Screenshots
Download het CRX-bestand van de extensie Gif Frames
Download Gif Frames-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | khkbfocobajjjkojjgpmnhdgbmlnlnef |
| Officiële URL | https://chromewebstore.google.com/detail/gif-frames/khkbfocobajjjkojjgpmnhdgbmlnlnef |
| Beschrijving | Extract frame images from animated GIFs |
| Bestandsgrootte | 50.48 KB |
| Aantal Installaties | 1,405 |
| Huidige Versie | 2.1.3 |
| Laatst Bijgewerkt | 2021-07-23 |
| Publicatiedatum | 2018-08-15 |
| Beoordeling | 4.63/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | Cheng |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |