Load GIFs faster with gfycat
This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
Qu'est-ce que Load GIFs faster with gfycat ?
Load GIFs faster with gfycat est une extension Chrome développée par Shane Afsar, et sa fonction principale est "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Load GIFs faster with gfycat
Téléchargez les fichiers d'extension Load GIFs faster with gfycat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Load GIFs faster with gfycat |
ID | hbiioadoilnnbeoopcabaifhofpplakc |
URL Officiel | https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc |
Description | This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com. |
Taille du Fichier | 16.14 KB |
Nombre d'Installations | 120 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-05-12 |
Date de Publication | 2014-05-11 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Shane Afsar |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |