Gif Frames
Extract frame images from animated GIFs
O que é Gif Frames?
Gif Frames é uma extensão do Chrome desenvolvida por Cheng, e sua principal característica é "Extract frame images from animated GIFs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gif Frames
Baixe arquivos de extensão Gif Frames no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Gif Frames |
ID | khkbfocobajjjkojjgpmnhdgbmlnlnef |
URL Oficial | https://chromewebstore.google.com/detail/gif-frames/khkbfocobajjjkojjgpmnhdgbmlnlnef |
Descrição | Extract frame images from animated GIFs |
Tamanho do Arquivo | 50.48 KB |
Contagem de Instalações | 1,405 |
Versão Atual | 2.1.3 |
Última Atualização | 2021-07-23 |
Data de Publicação | 2018-08-15 |
Classificação | 4.63/5 Total de 8 Avaliações |
Desenvolvedor | Cheng |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |