gyazo Extension

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

Wat is gyazo Extension?

gyazo Extension is een Chrome-extensie ontwikkeld door elliot.r.mitchell, en de belangrijkste functie is "This extension will automatically take you to the .jpg extension of your gyazo screenshot.".

Download het CRX-bestand van de extensie gyazo Extension

Download gyazo Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
Officiële URL https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
Beschrijving This extension will automatically take you to the .jpg extension of your gyazo screenshot.
Bestandsgrootte 4.68 KB
Aantal Installaties 432
Huidige Versie 1.0
Laatst Bijgewerkt 2015-07-03
Publicatiedatum 2015-07-03
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar elliot.r.mitchell
Betalingswijze free
Ondersteunde Talen 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": [
        "*:\/\/*\/*",
        ""
    ]
}