gyazo Extension

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

Cos'è gyazo Extension?

gyazo Extension è un'estensione di Chrome sviluppata da elliot.r.mitchell, e la sua funzione principale è "This extension will automatically take you to the .jpg extension of your gyazo screenshot.".

Scarica il file CRX dell'estensione gyazo Extension

Scarica i file di estensione gyazo Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
URL Ufficiale https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
Descrizione This extension will automatically take you to the .jpg extension of your gyazo screenshot.
Dimensione del File 4.68 KB
Conteggio Installazioni 432
Versione Corrente 1.0
Ultimo Aggiornamento 2015-07-03
Data di Pubblicazione 2015-07-03
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore elliot.r.mitchell
Tipo di Pagamento free
Lingue Supportate 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": [
        "*:\/\/*\/*",
        ""
    ]
}