Load GIFs faster with gfycat
This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
¿Qué es Load GIFs faster with gfycat?
Load GIFs faster with gfycat es una extensión de Chrome desarrollada por Shane Afsar, y su función principal es "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Load GIFs faster with gfycat
Descarga archivos de extensión Load GIFs faster with gfycat en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Load GIFs faster with gfycat |
ID | hbiioadoilnnbeoopcabaifhofpplakc |
URL Oficial | https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc |
Descripción | This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com. |
Tamaño del Archivo | 16.14 KB |
Cantidad de Instalaciones | 120 |
Versión Actual | 1.0 |
Última Actualización | 2014-05-12 |
Fecha de Publicación | 2014-05-11 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | Shane Afsar |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |