Dribbble GIF thumbnails

This extension replaces gif thumbnails with the original gifs

Co to jest Dribbble GIF thumbnails?

Dribbble GIF thumbnails to rozszerzenie Chrome opracowane przez Sid, a jego główną funkcją jest „This extension replaces gif thumbnails with the original gifs”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Dribbble GIF thumbnails

Pobierz pliki rozszerzeń Dribbble GIF thumbnails w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Dribbble GIF thumbnails Dribbble GIF thumbnails
ID emnlloipbhmdnmcbaepdphjbojgiepdd
Oficjalny URL https://chrome.google.com/webstore/detail/dribbble-gif-thumbnails/emnlloipbhmdnmcbaepdphjbojgiepdd
Opis This extension replaces gif thumbnails with the original gifs
Rozmiar pliku 33.51 KB
Liczba instalacji 30
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-01-10
Data Publikacji 2015-01-10
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Sid
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}