Piphy
Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to…
Vad är Piphy?
Piphy är en Chrome-tillägg utvecklad av reecehudson, och dess huvudfunktion är "Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to…".
Ladda ner Piphy-förlängningens CRX-fil
Ladda ner Piphy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. 🤘🏼🤘🏼🤘🏼
Grundläggande Information om Tillägg
Namn | |
ID | jcagadcgmkflbepcalmimibefonpnocg |
Officiell webbadress | https://chrome.google.com/webstore/detail/piphy/jcagadcgmkflbepcalmimibefonpnocg |
Beskrivning | Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to… |
Filstorlek | 13.26 KB |
Antal Installationer | 67 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2018-05-28 |
Publiceringsdatum | 2018-05-28 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | reecehudson |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://github.com/reecehudson/chrome-giphy |
Stödda Språk | 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" } } |