Piphy
Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to…
Apa itu Piphy?
Piphy adalah ekstensi Chrome yang dikembangkan oleh reecehudson, dan fitur utamanya adalah "Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to…".
Unduh Berkas CRX Ekstensi Piphy
Unduh file ekstensi Piphy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. 🤘🏼🤘🏼🤘🏼
Informasi Dasar Ekstensi
Nama | |
ID | jcagadcgmkflbepcalmimibefonpnocg |
URL Resmi | https://chrome.google.com/webstore/detail/piphy/jcagadcgmkflbepcalmimibefonpnocg |
Deskripsi | Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to… |
Ukuran File | 13.26 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2018-05-28 |
Tanggal Publikasi | 2018-05-28 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | reecehudson |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/reecehudson/chrome-giphy |
Bahasa yang Didukung | 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" } } |