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 |
官方網址 | 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" } } |