gyazo Extension

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

Co to jest gyazo Extension?

gyazo Extension to rozszerzenie Chrome opracowane przez elliot.r.mitchell, a jego główną funkcją jest „This extension will automatically take you to the .jpg extension of your gyazo screenshot.”.

Pobierz plik CRX rozszerzenia gyazo Extension

Pobierz pliki rozszerzeń gyazo Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
Oficjalny URL https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
Opis This extension will automatically take you to the .jpg extension of your gyazo screenshot.
Rozmiar pliku 4.68 KB
Liczba instalacji 432
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-07-03
Data Publikacji 2015-07-03
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper elliot.r.mitchell
Typ Płatności free
Obsługiwane Języki 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": [
        "*:\/\/*\/*",
        ""
    ]
}