Imgur Video to GIF

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

什么是Imgur Video to GIF?

Imgur Video to GIF是由carlospro7开发的Chrome扩展程序,该扩展的主要功能是“The quickest way to launch Imgur's video to GIF creation tool”。

扩展截图

screenshot

下载Imgur Video to GIF扩展crx文件

下载Imgur Video to GIF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Imgur Video to GIF Imgur Video to GIF
ID dfjegjlpihccbcnnogcjldjgkfkaacab
官方URL https://chromewebstore.google.com/detail/imgur-video-to-gif/dfjegjlpihccbcnnogcjldjgkfkaacab
简介 The quickest way to launch Imgur's video to GIF creation tool
文件大小 34.84 KB
安装次数 190
当前版本 1.2.1
更新时间 2015-02-04
上架时间 2015-02-03
评分 3.67/5 共3次评分
开发者 carlospro7
付费类型 free
支持的语言 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\/"
    ]
}