Producht Hunt GIPHY integration
Search on GIPHY direct from Product Hunt and insert them into your comment!
Producht Hunt GIPHY integration là gì?
Producht Hunt GIPHY integration là một tiện ích mở rộng Chrome được phát triển bởi Moritz Kobrna, và tính năng chính của nó là "Search on GIPHY direct from Product Hunt and insert them into your comment!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Producht Hunt GIPHY integration
Tải xuống các tệp mở rộng Producht Hunt GIPHY integration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Search for GIPHY images direct from the Product Hunt comment box.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Producht Hunt GIPHY integration |
ID | jamfnkplghnfbhfnpghgbccbdhhjgkan |
URL Chính Thức | https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan |
Mô tả | Search on GIPHY direct from Product Hunt and insert them into your comment! |
Kích Thước Tệp | 75.11 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 0.1.5 |
Cập Nhật Lần Cuối | 2017-12-18 |
Ngày Phát Hành | 2017-12-18 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Moritz Kobrna |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |