GIF Stash

Collect GIFs !

Co to jest GIF Stash?

GIF Stash to rozszerzenie Chrome opracowane przez cyrilfind, a jego główną funkcją jest „Collect GIFs !”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GIF Stash

Pobierz pliki rozszerzeń GIF Stash 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

                        Manage and use your GIF collection easily !

You can display, add and remove GIFs and use them by clicking on the one you want to use: the url will be copied to your clipboard.

GIFs are stored in your bookmarks in the "GIF Stash" folder                    

Podstawowe informacje o rozszerzeniu

Nazwa GIF Stash GIF Stash
ID ddceekejelnahojbndmhebnonmpiihon
Oficjalny URL https://chromewebstore.google.com/detail/gif-stash/ddceekejelnahojbndmhebnonmpiihon
Opis Collect GIFs !
Rozmiar pliku 55.79 KB
Liczba instalacji 92
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2023-12-10
Data Publikacji 2017-04-17
Deweloper cyrilfind
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",
    "name": "GIF Stash",
    "version": "0.0.3",
    "manifest_version": 3,
    "description": "Collect GIFs !",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "gif_stash.png",
        "default_title": "GIF Stash",
        "default_popup": "gif_stash.html"
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ]
}