directGyazo

This extension redirects a Gyazo link to a direct image link.

directGyazoとは何ですか?

directGyazoはskiilaaによって開発されたChromeの拡張機能で、その主な機能は「This extension redirects a Gyazo link to a direct image link.」です。

directGyazo拡張機能のCRXファイルをダウンロード

directGyazo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Afraid of possible attacks in Gyazo? Tired of not being able to zoom into the picture using Ctrl+Scroll? This is the extension for you. Anytime you open a Gyazo link, this extension will redirect your to the direct image file stored on the Gyazo servers.                    

拡張機能の基本情報

名前 directGyazo directGyazo
ID oebemlehbnppikcnppfocbfjbhkadnbo
公式URL https://chromewebstore.google.com/detail/directgyazo/oebemlehbnppikcnppfocbfjbhkadnbo
説明 This extension redirects a Gyazo link to a direct image link.
ファイルサイズ 3.24 KB
インストール数 23
現在のバージョン 1.0
最終更新日 2017-03-05
公開日 2017-03-05
開発者 skiilaa
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "directGyazo",
    "description": "This extension redirects a Gyazo link to a direct image link.",
    "version": "1.0",
    "background": {
        "scripts": [
            "gyazoRed.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}