Piphy
Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to…
Was ist Piphy?
Piphy ist eine Chrome-Erweiterung, die von reecehudson entwickelt wurde, und ihr Hauptmerkmal ist "Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to…".
Piphy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Piphy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. 🤘🏼🤘🏼🤘🏼
Grundlegende Informationen zur Erweiterung
Name | |
ID | jcagadcgmkflbepcalmimibefonpnocg |
Offizielle URL | https://chrome.google.com/webstore/detail/piphy/jcagadcgmkflbepcalmimibefonpnocg |
Beschreibung | Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to… |
Dateigröße | 13.26 KB |
Installationsanzahl | 67 |
Aktuelle Version | 1.1 |
Letztes Update | 2018-05-28 |
Veröffentlichungsdatum | 2018-05-28 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | reecehudson |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/reecehudson/chrome-giphy |
Unterstützte Sprachen | 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" } } |