gyazo Extension

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

Что такое gyazo Extension?

gyazo Extension - это расширение Chrome, разработанное elliot.r.mitchell, и его основная функция - "This extension will automatically take you to the .jpg extension of your gyazo screenshot.".

Скачать файл CRX расширения gyazo Extension

Скачайте файлы расширений gyazo Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
Официальный URL https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
Описание This extension will automatically take you to the .jpg extension of your gyazo screenshot.
Размер файла 4.68 KB
Количество установок 432
Текущая Версия 1.0
Последнее Обновление 2015-07-03
Дата публикации 2015-07-03
Рейтинг 4.00/5 Всего 3 оценок
Разработчик elliot.r.mitchell
Тип оплаты free
Поддерживаемые языки 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": [
        "*:\/\/*\/*",
        ""
    ]
}