directGyazo

This extension redirects a Gyazo link to a direct image link.

Apa itu directGyazo?

directGyazo adalah ekstensi Chrome yang dikembangkan oleh skiilaa, dan fitur utamanya adalah "This extension redirects a Gyazo link to a direct image link.".

Unduh Berkas CRX Ekstensi directGyazo

Unduh file ekstensi directGyazo 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

                        Afraid of possible attacks in Gyazo? Tired of not being able to zoom into the picture using Ctrl+Scroll? This is the extension for you. Anytime you open a Gyazo link, this extension will redirect your to the direct image file stored on the Gyazo servers.                    

Informasi Dasar Ekstensi

Nama directGyazo directGyazo
ID oebemlehbnppikcnppfocbfjbhkadnbo
URL Resmi https://chromewebstore.google.com/detail/directgyazo/oebemlehbnppikcnppfocbfjbhkadnbo
Deskripsi This extension redirects a Gyazo link to a direct image link.
Ukuran File 3.24 KB
Jumlah Instalasi 23
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-03-05
Tanggal Publikasi 2017-03-05
Pengembang skiilaa
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "directGyazo",
    "description": "This extension redirects a Gyazo link to a direct image link.",
    "version": "1.0",
    "background": {
        "scripts": [
            "gyazoRed.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}