Gifkitty
Gif Picker for Product Hunt
Что такое Gifkitty?
Gifkitty - это расширение Chrome, разработанное Joel Benjamin, и его основная функция - "Gif Picker for Product Hunt".
Снимки экрана расширения
Скачать файл CRX расширения Gifkitty
Скачайте файлы расширений Gifkitty в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Gif Picker for Product Hunt! Find and add gifs to your comments on Product Hunt. To use this tool just type "$:" inside any textbox (comment section or replies), it should show you a popup. Then search for a gif and hit enter.
Основная информация о расширении
Название | |
ID | dipegfggphhkebafagnjdaiegmdbjbbp |
Официальный URL | https://chrome.google.com/webstore/detail/gifkitty/dipegfggphhkebafagnjdaiegmdbjbbp |
Описание | Gif Picker for Product Hunt |
Размер файла | 49.43 KB |
Количество установок | 17 |
Текущая Версия | 1.0 |
Последнее Обновление | 2018-10-29 |
Дата публикации | 2018-10-29 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | Joel Benjamin |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gifkitty", "version": "1.0", "description": "Gif Picker for Product Hunt", "content_scripts": [ { "matches": [ "*:\/\/*.producthunt.com\/*" ], "js": [ "jquery-3.3.1.min.js", "app.js" ], "css": [ "main.css" ] } ], "permissions": [ "*:\/\/api.giphy.com\/*", "webRequest" ], "web_accessible_resources": [ "giphy.png" ], "icons": { "48": "icons\/gk-48.png" } } |