gyazo Extension

This extension will automatically take you to the .jpg extension of your gyazo screenshot.

Apa itu gyazo Extension?

gyazo Extension adalah ekstensi Chrome yang dikembangkan oleh elliot.r.mitchell, dan fitur utamanya adalah "This extension will automatically take you to the .jpg extension of your gyazo screenshot.".

Unduh Berkas CRX Ekstensi gyazo Extension

Unduh file ekstensi gyazo Extension 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

                        If you don't like the border that gyazo automatically adds and you find your self having to right click -> copy image url instead of copying the original url, this is for you!

This extension will automatically take you to the .jpg image of your screen shot.                    

Informasi Dasar Ekstensi

Nama gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
URL Resmi https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
Deskripsi This extension will automatically take you to the .jpg extension of your gyazo screenshot.
Ukuran File 4.68 KB
Jumlah Instalasi 432
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-07-03
Tanggal Publikasi 2015-07-03
Penilaian 4.00/5 Total 3 Penilaian
Pengembang elliot.r.mitchell
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gyazo Extension",
    "description": "This extension will automatically take you to the .jpg extension of your gyazo screenshot.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/background.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        ""
    ]
}