Load GIFs faster with gfycat
This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
Cos'è Load GIFs faster with gfycat?
Load GIFs faster with gfycat è un'estensione di Chrome sviluppata da Shane Afsar, e la sua funzione principale è "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Load GIFs faster with gfycat
Scarica i file di estensione Load GIFs faster with gfycat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hbiioadoilnnbeoopcabaifhofpplakc |
| URL Ufficiale | https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc |
| Descrizione | This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com. |
| Dimensione del File | 16.14 KB |
| Conteggio Installazioni | 120 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2014-05-12 |
| Data di Pubblicazione | 2014-05-11 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | Shane Afsar |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |