Imgur Video to GIF

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

¿Qué es Imgur Video to GIF?

Imgur Video to GIF es una extensión de Chrome desarrollada por carlospro7, y su función principal es "The quickest way to launch Imgur's video to GIF creation tool".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Imgur Video to GIF

Descarga archivos de extensión Imgur Video to GIF en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Imgur Video to GIF Imgur Video to GIF
ID dfjegjlpihccbcnnogcjldjgkfkaacab
URL Oficial https://chromewebstore.google.com/detail/imgur-video-to-gif/dfjegjlpihccbcnnogcjldjgkfkaacab
Descripción The quickest way to launch Imgur's video to GIF creation tool
Tamaño del Archivo 34.84 KB
Cantidad de Instalaciones 190
Versión Actual 1.2.1
Última Actualización 2015-02-04
Fecha de Publicación 2015-02-03
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador carlospro7
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}