GIF Stash

Collect GIFs !

Что такое GIF Stash?

GIF Stash - это расширение Chrome, разработанное cyrilfind, и его основная функция - "Collect GIFs !".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения GIF Stash

Скачайте файлы расширений GIF Stash в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название GIF Stash GIF Stash
ID ddceekejelnahojbndmhebnonmpiihon
Официальный URL https://chromewebstore.google.com/detail/gif-stash/ddceekejelnahojbndmhebnonmpiihon
Описание Collect GIFs !
Размер файла 55.79 KB
Количество установок 92
Текущая Версия 0.0.3
Последнее Обновление 2023-12-10
Дата публикации 2017-04-17
Разработчик cyrilfind
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}