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
官方網址 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\/"
    ]
}