Product Hunt Mentions
Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)
What is Product Hunt Mentions?
Product Hunt Mentions is a Chrome extension developed by Moritz Kobrna, and its main feature is "Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)".
Extension Screenshots
Download Product Hunt Mentions Extension CRX File
Download Product Hunt Mentions 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
This extension makes it easy to search for users or posts on Product Hunt and insert an appropriate @username or link to an post. Start with an @ for user search and # for posts. Have fun!
Extension Basic Information
Name | Product Hunt Mentions |
ID | odfaplafjjgjigjapkjifaogcblcjbpg |
Official URL | https://chromewebstore.google.com/detail/product-hunt-mentions/odfaplafjjgjigjapkjifaogcblcjbpg |
Description | Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com) |
File Size | 95.62 KB |
Installation Count | 19 |
Current Version | 1.0.2 |
Last Updated | 2017-12-18 |
Publish Date | 2017-12-18 |
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 Mentions", "description": "Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)", "version": "1.0.2", "icons": { "16": "images\/icon128.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/*.producthunt.com\/*" ], "js": [ "js\/content_script.js", "js\/jquery.textcomplete.js" ], "css": [ "css\/content_styles.css" ] } ], "permissions": [ "*:\/\/*.algolia.net\/*", "*:\/\/api.producthunt.com\/*" ] } |