Load GIFs faster with gfycat
This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
什么是Load GIFs faster with gfycat?
Load GIFs faster with gfycat是由Shane Afsar开发的Chrome扩展程序,该扩展的主要功能是“This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.”。
扩展截图
下载Load GIFs faster with gfycat扩展crx文件
下载Load GIFs faster with gfycat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Load GIFs faster with gfycat |
ID | hbiioadoilnnbeoopcabaifhofpplakc |
官方URL | https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc |
简介 | This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com. |
文件大小 | 16.14 KB |
安装次数 | 120 |
当前版本 | 1.0 |
更新时间 | 2014-05-12 |
上架时间 | 2014-05-11 |
评分 | 3.00/5 共2次评分 |
开发者 | Shane Afsar |
付费类型 | free |
支持的语言 | 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" } } |