Imgur Video to GIF

The quickest way to launch Imgur's video to GIF creation tool

Co je Imgur Video to GIF?

Imgur Video to GIF je rozšíření Chrome vyvinuté carlospro7, a jeho hlavní funkcí je „The quickest way to launch Imgur's video to GIF creation tool“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Imgur Video to GIF

Stáhněte si soubory rozšíření Imgur Video to GIF ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Browse the web, find a video you like, and click the extension to turn it into an awesome GIF.                    

Základní Informace o Rozšíření

Název Imgur Video to GIF Imgur Video to GIF
ID dfjegjlpihccbcnnogcjldjgkfkaacab
Oficiální URL https://chromewebstore.google.com/detail/imgur-video-to-gif/dfjegjlpihccbcnnogcjldjgkfkaacab
Popis The quickest way to launch Imgur's video to GIF creation tool
Velikost souboru 34.84 KB
Počet instalací 190
Aktuální Verze 1.2.1
Poslední Aktualizace 2015-02-04
Datum Vydání 2015-02-03
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář carlospro7
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur Video to GIF",
    "short_name": "Imgur Vidgif",
    "description": "The quickest way to launch Imgur's video to GIF creation tool",
    "version": "1.2.1",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Imgur video to GIF"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/imgur.com\/",
        "https:\/\/imgur.com\/"
    ]
}