Imgur Video to GIF

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

Qu'est-ce que Imgur Video to GIF ?

Imgur Video to GIF est une extension Chrome développée par carlospro7, et sa fonction principale est "The quickest way to launch Imgur's video to GIF creation tool".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Imgur Video to GIF

Téléchargez les fichiers d'extension Imgur Video to GIF 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

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

Informations de Base sur l'Extension

Nom Imgur Video to GIF Imgur Video to GIF
ID dfjegjlpihccbcnnogcjldjgkfkaacab
URL Officiel https://chromewebstore.google.com/detail/imgur-video-to-gif/dfjegjlpihccbcnnogcjldjgkfkaacab
Description The quickest way to launch Imgur's video to GIF creation tool
Taille du Fichier 34.84 KB
Nombre d'Installations 190
Version Actuelle 1.2.1
Dernière Mise à Jour 2015-02-04
Date de Publication 2015-02-03
Évaluation 3.67/5 Total 3 Évaluations
Développeur carlospro7
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}