Imgur Video to GIF

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

Apa itu Imgur Video to GIF?

Imgur Video to GIF adalah ekstensi Chrome yang dikembangkan oleh carlospro7, dan fitur utamanya adalah "The quickest way to launch Imgur's video to GIF creation tool".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Imgur Video to GIF

Unduh file ekstensi Imgur Video to GIF dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Imgur Video to GIF Imgur Video to GIF
ID dfjegjlpihccbcnnogcjldjgkfkaacab
URL Resmi https://chromewebstore.google.com/detail/imgur-video-to-gif/dfjegjlpihccbcnnogcjldjgkfkaacab
Deskripsi The quickest way to launch Imgur's video to GIF creation tool
Ukuran File 34.84 KB
Jumlah Instalasi 190
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2015-02-04
Tanggal Publikasi 2015-02-03
Penilaian 3.67/5 Total 3 Penilaian
Pengembang carlospro7
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}