Dribbble GIF thumbnails

This extension replaces gif thumbnails with the original gifs

Hvad er Dribbble GIF thumbnails?

Dribbble GIF thumbnails er en Chrome-udvidelse udviklet af Sid, og dens hovedfunktion er "This extension replaces gif thumbnails with the original gifs".

Udvidelsesskærmbilleder

Download Dribbble GIF thumbnails-udvidelses-CRX-fil

Download Dribbble GIF thumbnails-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Dribbble GIF thumbnails Dribbble GIF thumbnails
ID emnlloipbhmdnmcbaepdphjbojgiepdd
Officiel URL https://chrome.google.com/webstore/detail/dribbble-gif-thumbnails/emnlloipbhmdnmcbaepdphjbojgiepdd
Beskrivelse This extension replaces gif thumbnails with the original gifs
Filstørrelse 33.51 KB
Antal Installationer 30
Nuværende Version 1.1
Senest Opdateret 2015-01-10
Udgivelsesdato 2015-01-10
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler Sid
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}