Dribbble GIF thumbnails

This extension replaces gif thumbnails with the original gifs

Co je Dribbble GIF thumbnails?

Dribbble GIF thumbnails je rozšíření Chrome vyvinuté Sid, a jeho hlavní funkcí je „This extension replaces gif thumbnails with the original gifs“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Dribbble GIF thumbnails

Stáhněte si soubory rozšíření Dribbble GIF thumbnails ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Dribbble GIF thumbnails Dribbble GIF thumbnails
ID emnlloipbhmdnmcbaepdphjbojgiepdd
Oficiální URL https://chrome.google.com/webstore/detail/dribbble-gif-thumbnails/emnlloipbhmdnmcbaepdphjbojgiepdd
Popis This extension replaces gif thumbnails with the original gifs
Velikost souboru 33.51 KB
Počet instalací 30
Aktuální Verze 1.1
Poslední Aktualizace 2015-01-10
Datum Vydání 2015-01-10
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Sid
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}