Gif Frames
Extract frame images from animated GIFs
Cos'è Gif Frames?
Gif Frames è un'estensione di Chrome sviluppata da Cheng, e la sua funzione principale è "Extract frame images from animated GIFs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gif Frames
Scarica i file di estensione Gif Frames in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | khkbfocobajjjkojjgpmnhdgbmlnlnef |
| URL Ufficiale | https://chromewebstore.google.com/detail/gif-frames/khkbfocobajjjkojjgpmnhdgbmlnlnef |
| Descrizione | Extract frame images from animated GIFs |
| Dimensione del File | 50.48 KB |
| Conteggio Installazioni | 1,405 |
| Versione Corrente | 2.1.3 |
| Ultimo Aggiornamento | 2021-07-23 |
| Data di Pubblicazione | 2018-08-15 |
| Valutazione | 4.63/5 Totale 8 Valutazioni |
| Sviluppatore | Cheng |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |