Gifkitty
Gif Picker for Product Hunt
Co to jest Gifkitty?
Gifkitty to rozszerzenie Chrome opracowane przez Joel Benjamin, a jego główną funkcją jest „Gif Picker for Product Hunt”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gifkitty
Pobierz pliki rozszerzeń Gifkitty 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dipegfggphhkebafagnjdaiegmdbjbbp |
Oficjalny URL | https://chrome.google.com/webstore/detail/gifkitty/dipegfggphhkebafagnjdaiegmdbjbbp |
Opis | Gif Picker for Product Hunt |
Rozmiar pliku | 49.43 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-10-29 |
Data Publikacji | 2018-10-29 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Joel Benjamin |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |