Piphy
Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to…
什麼是Piphy?
Piphy是由reecehudson開發的Chrome擴展程式,該擴展的主要功能是“Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to…”。
下載Piphy擴展crx文件
下載Piphy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 🤘🏼🤘🏼🤘🏼
擴展基本資訊
名稱 | |
ID | jcagadcgmkflbepcalmimibefonpnocg |
官方網址 | https://chrome.google.com/webstore/detail/piphy/jcagadcgmkflbepcalmimibefonpnocg |
簡介 | Find the giph you're looking for. Search by keyword, trending, or generate a random giph. Piphy gives you control of what to… |
檔案大小 | 13.26 KB |
安裝次數 | 67 |
目前版本 | 1.1 |
更新時間 | 2018-05-28 |
上架時間 | 2018-05-28 |
評分 | 5.00/5 共 1 次評分 |
開發者 | reecehudson |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://github.com/reecehudson/chrome-giphy |
支援的語言 | 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" } } |