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