Product Hunt Hover Cards
Hover cards for Product Hunt user profiles
What is Product Hunt Hover Cards?
Product Hunt Hover Cards is a Chrome extension developed by Moritz Kobrna, and its main feature is "Hover cards for Product Hunt user profiles".
Extension Screenshots
Download Product Hunt Hover Cards Extension CRX File
Download Product Hunt Hover Cards extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | mjanoliajoilapldkkahodgkmlgngljb |
Official URL | https://chrome.google.com/webstore/detail/product-hunt-hover-cards/mjanoliajoilapldkkahodgkmlgngljb |
Description | Hover cards for Product Hunt user profiles |
File Size | 60.31 KB |
Installation Count | 29 |
Current Version | 1.0.0 |
Last Updated | 2016-10-07 |
Publish Date | 2016-10-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Moritz Kobrna |
Payment Type | free |
Supported Languages | 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\/*" ] } |