Producht Hunt GIPHY integration

Search on GIPHY direct from Product Hunt and insert them into your comment!

Что такое Producht Hunt GIPHY integration?

Producht Hunt GIPHY integration - это расширение Chrome, разработанное Moritz Kobrna, и его основная функция - "Search on GIPHY direct from Product Hunt and insert them into your comment!".

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

screenshot
screenshot

Скачать файл CRX расширения Producht Hunt GIPHY integration

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

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

                        Search for GIPHY images direct from the Product Hunt comment box.                    

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

Название Producht Hunt GIPHY integration Producht Hunt GIPHY integration
ID jamfnkplghnfbhfnpghgbccbdhhjgkan
Официальный URL https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan
Описание Search on GIPHY direct from Product Hunt and insert them into your comment!
Размер файла 75.11 KB
Количество установок 27
Текущая Версия 0.1.5
Последнее Обновление 2017-12-18
Дата публикации 2017-12-18
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Moritz Kobrna
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Producht Hunt GIPHY integration",
    "description": "Search on GIPHY direct from Product Hunt and insert them into your comment!",
    "version": "0.1.5",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.producthunt.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/application.css"
            ]
        }
    ]
}