Dribbble GIF thumbnails
This extension replaces gif thumbnails with the original gifs
O que é Dribbble GIF thumbnails?
Dribbble GIF thumbnails é uma extensão do Chrome desenvolvida por Sid, e sua principal característica é "This extension replaces gif thumbnails with the original gifs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dribbble GIF thumbnails
Baixe arquivos de extensão Dribbble GIF thumbnails 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
Informações Básicas da Extensão
Nome | |
ID | emnlloipbhmdnmcbaepdphjbojgiepdd |
URL Oficial | https://chrome.google.com/webstore/detail/dribbble-gif-thumbnails/emnlloipbhmdnmcbaepdphjbojgiepdd |
Descrição | This extension replaces gif thumbnails with the original gifs |
Tamanho do Arquivo | 33.51 KB |
Contagem de Instalações | 30 |
Versão Atual | 1.1 |
Última Atualização | 2015-01-10 |
Data de Publicação | 2015-01-10 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Sid |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dribbble GIF thumbnails", "description": "This extension replaces gif thumbnails with the original gifs", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/dribbble.com\/*" ], "js": [ "jquery.min.js", "background.js" ], "run_at": "document_idle", "all_frames": true } ], "icons": { "48": "icon.png" } } |