gyazo Extension

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

Qu'est-ce que gyazo Extension ?

gyazo Extension est une extension Chrome développée par elliot.r.mitchell, et sa fonction principale est "This extension will automatically take you to the .jpg extension of your gyazo screenshot.".

Télécharger le fichier CRX de l'extension gyazo Extension

Téléchargez les fichiers d'extension gyazo Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
URL Officiel https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
Description This extension will automatically take you to the .jpg extension of your gyazo screenshot.
Taille du Fichier 4.68 KB
Nombre d'Installations 432
Version Actuelle 1.0
Dernière Mise à Jour 2015-07-03
Date de Publication 2015-07-03
Évaluation 4.00/5 Total 3 Évaluations
Développeur elliot.r.mitchell
Type de Paiement free
Langues Prises en Charge 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": [
        "*:\/\/*\/*",
        ""
    ]
}