GIF Stash
Collect GIFs !
O que é GIF Stash?
GIF Stash é uma extensão do Chrome desenvolvida por cyrilfind, e sua principal característica é "Collect GIFs !".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GIF Stash
Baixe arquivos de extensão GIF Stash 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
Manage and use your GIF collection easily ! You can display, add and remove GIFs and use them by clicking on the one you want to use: the url will be copied to your clipboard. GIFs are stored in your bookmarks in the "GIF Stash" folder
Informações Básicas da Extensão
Nome | GIF Stash |
ID | ddceekejelnahojbndmhebnonmpiihon |
URL Oficial | https://chromewebstore.google.com/detail/gif-stash/ddceekejelnahojbndmhebnonmpiihon |
Descrição | Collect GIFs ! |
Tamanho do Arquivo | 55.79 KB |
Contagem de Instalações | 92 |
Versão Atual | 0.0.3 |
Última Atualização | 2023-12-10 |
Data de Publicação | 2017-04-17 |
Desenvolvedor | cyrilfind |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GIF Stash", "version": "0.0.3", "manifest_version": 3, "description": "Collect GIFs !", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "gif_stash.png", "default_title": "GIF Stash", "default_popup": "gif_stash.html" }, "permissions": [ "tabs", "bookmarks" ] } |