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\/"
    ]
}