Load GIFs faster with gfycat

This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.

Was ist Load GIFs faster with gfycat?

Load GIFs faster with gfycat ist eine Chrome-Erweiterung, die von Shane Afsar entwickelt wurde, und ihr Hauptmerkmal ist "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.".

Erweiterungsscreenshots

screenshot

Load GIFs faster with gfycat-Erweiterungs-CRX-Datei herunterladen

Laden Sie Load GIFs faster with gfycat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Load GIFs faster with gfycat Load GIFs faster with gfycat
ID hbiioadoilnnbeoopcabaifhofpplakc
Offizielle URL https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc
Beschreibung This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
Dateigröße 16.14 KB
Installationsanzahl 120
Aktuelle Version 1.0
Letztes Update 2014-05-12
Veröffentlichungsdatum 2014-05-11
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Shane Afsar
Zahlungsart free
Unterstützte Sprachen 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"
    }
}