GfyFetcher

This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.

GfyFetcherとは何ですか?

GfyFetcherはEngstromによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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

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

拡張機能の使用方法

                        Right click on a gif link and open it as an HTML 5 video via Gfycat.

Source code available on GitHub: https://github.com/engstrom/GfyFetcher

# CHANGELOG
-----------
## [0.1.4] - 2015-07-23
### Changed
- Context menu now appears when right clicking on videos. This supports easy conversion of Imgur's .gifv format.                    

拡張機能の基本情報

名前 GfyFetcher GfyFetcher
ID logiomopdooakjpclhgkgcfoegmecfge
公式URL https://chrome.google.com/webstore/detail/gfyfetcher/logiomopdooakjpclhgkgcfoegmecfge
説明 This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.
ファイルサイズ 434 KB
インストール数 426
現在のバージョン 0.1.4
最終更新日 2015-07-23
公開日 2015-07-23
評価 4.27/5 合計 11 レビュー
開発者 Engstrom
支払い方法 free
拡張機能のウェブサイト https://github.com/engstrom/GfyFetcher
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GfyFetcher",
    "description": "This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.",
    "version": "0.1.4",
    "background": {
        "page": "src\/bg.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_security_policy": "default-src 'self'",
    "icons": {
        "16": "assests\/icon-bitty.png",
        "48": "assests\/icon-small.png",
        "128": "assests\/icon-large.png"
    }
}