gyazo Extension

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

Hvad er gyazo Extension?

gyazo Extension er en Chrome-udvidelse udviklet af elliot.r.mitchell, og dens hovedfunktion er "This extension will automatically take you to the .jpg extension of your gyazo screenshot.".

Download gyazo Extension-udvidelses-CRX-fil

Download gyazo Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
Officiel URL https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
Beskrivelse This extension will automatically take you to the .jpg extension of your gyazo screenshot.
Filstørrelse 4.68 KB
Antal Installationer 432
Nuværende Version 1.0
Senest Opdateret 2015-07-03
Udgivelsesdato 2015-07-03
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler elliot.r.mitchell
Betalingsmetode free
Understøttede Sprog 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": [
        "*:\/\/*\/*",
        ""
    ]
}