gyazo Extension

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

Co je gyazo Extension?

gyazo Extension je rozšíření Chrome vyvinuté elliot.r.mitchell, a jeho hlavní funkcí je „This extension will automatically take you to the .jpg extension of your gyazo screenshot.“.

Stáhnout soubor CRX rozšíření gyazo Extension

Stáhněte si soubory rozšíření gyazo Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
Oficiální URL https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
Popis This extension will automatically take you to the .jpg extension of your gyazo screenshot.
Velikost souboru 4.68 KB
Počet instalací 432
Aktuální Verze 1.0
Poslední Aktualizace 2015-07-03
Datum Vydání 2015-07-03
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář elliot.r.mitchell
Typ Platby free
Podporované Jazyky 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": [
        "*:\/\/*\/*",
        ""
    ]
}