Dribbble GIF thumbnails

This extension replaces gif thumbnails with the original gifs

Dribbble GIF thumbnailsとは何ですか?

Dribbble GIF thumbnailsはSidによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces gif thumbnails with the original gifs」です。

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

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Dribbble GIF thumbnails Dribbble GIF thumbnails
ID emnlloipbhmdnmcbaepdphjbojgiepdd
公式URL https://chrome.google.com/webstore/detail/dribbble-gif-thumbnails/emnlloipbhmdnmcbaepdphjbojgiepdd
説明 This extension replaces gif thumbnails with the original gifs
ファイルサイズ 33.51 KB
インストール数 30
現在のバージョン 1.1
最終更新日 2015-01-10
公開日 2015-01-10
評価 3.00/5 合計 2 レビュー
開発者 Sid
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dribbble GIF thumbnails",
    "description": "This extension replaces gif thumbnails with the original gifs",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dribbble.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "48": "icon.png"
    }
}