Load GIFs faster with gfycat
This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
Wat is Load GIFs faster with gfycat?
Load GIFs faster with gfycat is een Chrome-extensie ontwikkeld door Shane Afsar, en de belangrijkste functie is "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie Load GIFs faster with gfycat
Download Load GIFs faster with gfycat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | hbiioadoilnnbeoopcabaifhofpplakc |
| Officiële URL | https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc |
| Beschrijving | This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com. |
| Bestandsgrootte | 16.14 KB |
| Aantal Installaties | 120 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2014-05-12 |
| Publicatiedatum | 2014-05-11 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Shane Afsar |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |