Dribbble GIF thumbnails

This extension replaces gif thumbnails with the original gifs

Vad är Dribbble GIF thumbnails?

Dribbble GIF thumbnails är en Chrome-tillägg utvecklad av Sid, och dess huvudfunktion är "This extension replaces gif thumbnails with the original gifs".

Tilläggsskärmbilder

Ladda ner Dribbble GIF thumbnails-förlängningens CRX-fil

Ladda ner Dribbble GIF thumbnails-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Dribbble GIF thumbnails Dribbble GIF thumbnails
ID emnlloipbhmdnmcbaepdphjbojgiepdd
Officiell webbadress https://chrome.google.com/webstore/detail/dribbble-gif-thumbnails/emnlloipbhmdnmcbaepdphjbojgiepdd
Beskrivning This extension replaces gif thumbnails with the original gifs
Filstorlek 33.51 KB
Antal Installationer 30
Aktuell Version 1.1
Senast Uppdaterad 2015-01-10
Publiceringsdatum 2015-01-10
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Sid
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}