gyazo Extension

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

¿Qué es gyazo Extension?

gyazo Extension es una extensión de Chrome desarrollada por elliot.r.mitchell, y su función principal es "This extension will automatically take you to the .jpg extension of your gyazo screenshot.".

Descargar Archivo CRX de la Extensión gyazo Extension

Descarga archivos de extensión gyazo Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
URL Oficial https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
Descripción This extension will automatically take you to the .jpg extension of your gyazo screenshot.
Tamaño del Archivo 4.68 KB
Cantidad de Instalaciones 432
Versión Actual 1.0
Última Actualización 2015-07-03
Fecha de Publicación 2015-07-03
Calificación 4.00/5 Total de 3 Calificaciones
Desarrollador elliot.r.mitchell
Tipo de Pago free
Idiomas Soportados 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": [
        "*:\/\/*\/*",
        ""
    ]
}