Load GIFs faster with gfycat
This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
O que é Load GIFs faster with gfycat?
Load GIFs faster with gfycat é uma extensão do Chrome desenvolvida por Shane Afsar, e sua principal característica é "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Load GIFs faster with gfycat
Baixe arquivos de extensão Load GIFs faster with gfycat 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
Animated GIFs can be a pain to load. gfycat.com helps solve this by converting the gif into an optimized HTML5 format. This unofficial extension simply adds a context menu item to images and links on the page so that you can have the option of opening the GIF in a new tab with gfycat.com/fetch.
Informações Básicas da Extensão
Nome | Load GIFs faster with gfycat |
ID | hbiioadoilnnbeoopcabaifhofpplakc |
URL Oficial | https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc |
Descrição | This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com. |
Tamanho do Arquivo | 16.14 KB |
Contagem de Instalações | 120 |
Versão Atual | 1.0 |
Última Atualização | 2014-05-12 |
Data de Publicação | 2014-05-11 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Shane Afsar |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Load GIFs faster with gfycat", "description": "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.", "version": "1.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "main.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |