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 |
官方URL | 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" ] } ] } |