gyazo Extension

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

What is gyazo Extension?

gyazo Extension is a Chrome extension developed by elliot.r.mitchell, and its main feature is "This extension will automatically take you to the .jpg extension of your gyazo screenshot.".

Download gyazo Extension Extension CRX File

Download gyazo Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
Official URL https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
Description This extension will automatically take you to the .jpg extension of your gyazo screenshot.
File Size 4.68 KB
Installation Count 432
Current Version 1.0
Last Updated 2015-07-03
Publish Date 2015-07-03
Rating 4.00/5 Total 3 Ratings
Developer elliot.r.mitchell
Payment Type free
Supported Languages 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": [
        "*:\/\/*\/*",
        ""
    ]
}