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
官方網址 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": [
        "*:\/\/*\/*",
        ""
    ]
}