gyazo Extension

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

什么是gyazo Extension?

gyazo Extension是由elliot.r.mitchell开发的Chrome扩展程序,该扩展的主要功能是“This extension will automatically take you to the .jpg extension of your gyazo screenshot.”。

下载gyazo Extension扩展crx文件

下载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": [
        "*:\/\/*\/*",
        ""
    ]
}