Product Hunt Hover Cards
Hover cards for Product Hunt user profiles
Product Hunt Hover Cards là gì?
Product Hunt Hover Cards 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à "Hover cards for Product Hunt user profiles".
Ả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 Product Hunt Hover Cards
Tải xuống các tệp mở rộng Product Hunt Hover Cards 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
Hover cards for Product Hunt user profiles See also: Product Hunt Mentions (https://chrome.google.com/webstore/detail/product-hunt-mentions/odfaplafjjgjigjapkjifaogcblcjbpg) Product Hunt GIPHY Integration (https://chrome.google.com/webstore/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan) Made by @neuling2k and @crtvhd
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mjanoliajoilapldkkahodgkmlgngljb |
URL Chính Thức | https://chrome.google.com/webstore/detail/product-hunt-hover-cards/mjanoliajoilapldkkahodgkmlgngljb |
Mô tả | Hover cards for Product Hunt user profiles |
Kích Thước Tệp | 60.31 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2016-10-07 |
Ngày Phát Hành | 2016-10-07 |
Đá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": "Product Hunt Hover Cards", "description": "Hover cards for Product Hunt user profiles", "version": "1.0.0", "icons": { "16": "images\/icon128.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/*.producthunt.com\/*" ], "all_frames": true, "js": [ "js\/content_script.js" ], "css": [ "css\/styles.css" ] } ], "permissions": [ "storage", "*:\/\/*.producthunt.com\/*" ] } |