Piphy

Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to…

Что такое Piphy?

Piphy - это расширение Chrome, разработанное reecehudson, и его основная функция - "Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to…".

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

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

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

                        Find the giph you're looking for.   Search by keyword, trending, or generate a random giph.  Piphy gives you control of what to search for. 🤘🏼🤘🏼🤘🏼                    

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

Название Piphy Piphy
ID jcagadcgmkflbepcalmimibefonpnocg
Официальный URL https://chrome.google.com/webstore/detail/piphy/jcagadcgmkflbepcalmimibefonpnocg
Описание Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to…
Размер файла 13.26 KB
Количество установок 67
Текущая Версия 1.1
Последнее Обновление 2018-05-28
Дата публикации 2018-05-28
Рейтинг 5.00/5 Всего 1 оценок
Разработчик reecehudson
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/reecehudson/chrome-giphy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Piphy",
    "name": "Piphy",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Piphy"
    },
    "version": "1.1",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": ".\/Images-Cloud-16.png",
        "48": ".\/Images-Cloud-48.png",
        "128": ".\/Images-Cloud-128.png"
    }
}