gif-ify

Replaces the images on the page with random gifs

gif-ifyとは何ですか?

gif-ifyはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replaces the images on the page with random gifs」です。

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 gif-ify gif-ify
ID lhakkbopgkacpnfidngodjclfkeaolnl
公式URL https://chromewebstore.google.com/detail/gif-ify/lhakkbopgkacpnfidngodjclfkeaolnl
説明 Replaces the images on the page with random gifs
ファイルサイズ 69.74 KB
インストール数 18
現在のバージョン 1.0
最終更新日 2016-06-04
公開日 2016-06-04
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gif-ify",
    "description": "Replaces the images on the page with random gifs",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ]
        }
    ]
}