gyazo Extension

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

Was ist gyazo Extension?

gyazo Extension ist eine Chrome-Erweiterung, die von elliot.r.mitchell entwickelt wurde, und ihr Hauptmerkmal ist "This extension will automatically take you to the .jpg extension of your gyazo screenshot.".

gyazo Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie gyazo Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
Offizielle URL https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
Beschreibung This extension will automatically take you to the .jpg extension of your gyazo screenshot.
Dateigröße 4.68 KB
Installationsanzahl 432
Aktuelle Version 1.0
Letztes Update 2015-07-03
Veröffentlichungsdatum 2015-07-03
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler elliot.r.mitchell
Zahlungsart free
Unterstützte Sprachen 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": [
        "*:\/\/*\/*",
        ""
    ]
}