gyazo Extension

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

Vad är gyazo Extension?

gyazo Extension är en Chrome-tillägg utvecklad av elliot.r.mitchell, och dess huvudfunktion är "This extension will automatically take you to the .jpg extension of your gyazo screenshot.".

Ladda ner gyazo Extension-förlängningens CRX-fil

Ladda ner gyazo Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
Officiell webbadress https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
Beskrivning This extension will automatically take you to the .jpg extension of your gyazo screenshot.
Filstorlek 4.68 KB
Antal Installationer 432
Aktuell Version 1.0
Senast Uppdaterad 2015-07-03
Publiceringsdatum 2015-07-03
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare elliot.r.mitchell
Betalningssätt free
Stödda Språk 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": [
        "*:\/\/*\/*",
        ""
    ]
}