Imgur Video to GIF

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

O que é Imgur Video to GIF?

Imgur Video to GIF é uma extensão do Chrome desenvolvida por carlospro7, e sua principal característica é "The quickest way to launch Imgur's video to GIF creation tool".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Imgur Video to GIF

Baixe arquivos de extensão Imgur Video to GIF no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Imgur Video to GIF Imgur Video to GIF
ID dfjegjlpihccbcnnogcjldjgkfkaacab
URL Oficial https://chromewebstore.google.com/detail/imgur-video-to-gif/dfjegjlpihccbcnnogcjldjgkfkaacab
Descrição The quickest way to launch Imgur's video to GIF creation tool
Tamanho do Arquivo 34.84 KB
Contagem de Instalações 190
Versão Atual 1.2.1
Última Atualização 2015-02-04
Data de Publicação 2015-02-03
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor carlospro7
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}