Producht Hunt GIPHY integration
Search on GIPHY direct from Product Hunt and insert them into your comment!
什麼是Producht Hunt GIPHY integration?
Producht Hunt GIPHY integration是由Moritz Kobrna開發的Chrome擴展程式,該擴展的主要功能是“Search on GIPHY direct from Product Hunt and insert them into your comment!”。
擴展截圖
下載Producht Hunt GIPHY integration擴展crx文件
下載Producht Hunt GIPHY integration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Search for GIPHY images direct from the Product Hunt comment box.
擴展基本資訊
名稱 | Producht Hunt GIPHY integration |
ID | jamfnkplghnfbhfnpghgbccbdhhjgkan |
官方網址 | https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan |
簡介 | Search on GIPHY direct from Product Hunt and insert them into your comment! |
檔案大小 | 75.11 KB |
安裝次數 | 27 |
目前版本 | 0.1.5 |
更新時間 | 2017-12-18 |
上架時間 | 2017-12-18 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Moritz Kobrna |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Producht Hunt GIPHY integration", "description": "Search on GIPHY direct from Product Hunt and insert them into your comment!", "version": "0.1.5", "icons": { "16": "images\/icon16.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "images\/*.png" ], "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/www.producthunt.com\/*" ], "js": [ "js\/content_script.js" ], "css": [ "css\/application.css" ] } ] } |