Piphy
Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to…
Co to jest Piphy?
Piphy to rozszerzenie Chrome opracowane przez reecehudson, a jego główną funkcją jest „Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to…”.
Pobierz plik CRX rozszerzenia Piphy
Pobierz pliki rozszerzeń Piphy 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
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. 🤘🏼🤘🏼🤘🏼
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jcagadcgmkflbepcalmimibefonpnocg |
Oficjalny URL | https://chrome.google.com/webstore/detail/piphy/jcagadcgmkflbepcalmimibefonpnocg |
Opis | Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to… |
Rozmiar pliku | 13.26 KB |
Liczba instalacji | 67 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2018-05-28 |
Data Publikacji | 2018-05-28 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | reecehudson |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/reecehudson/chrome-giphy |
Obsługiwane Języki | 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" } } |