gyazo Extension

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

O que é gyazo Extension?

gyazo Extension é uma extensão do Chrome desenvolvida por elliot.r.mitchell, e sua principal característica é "This extension will automatically take you to the .jpg extension of your gyazo screenshot.".

Baixar o arquivo CRX da Extensão gyazo Extension

Baixe arquivos de extensão gyazo Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
URL Oficial https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
Descrição This extension will automatically take you to the .jpg extension of your gyazo screenshot.
Tamanho do Arquivo 4.68 KB
Contagem de Instalações 432
Versão Atual 1.0
Última Atualização 2015-07-03
Data de Publicação 2015-07-03
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor elliot.r.mitchell
Tipo de Pagamento free
Idiomas Suportados 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": [
        "*:\/\/*\/*",
        ""
    ]
}