Product Hunt Mentions
Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)
Wat is Product Hunt Mentions?
Product Hunt Mentions is een Chrome-extensie ontwikkeld door Moritz Kobrna, en de belangrijkste functie is "Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)".
Extensie Screenshots
Download het CRX-bestand van de extensie Product Hunt Mentions
Download Product Hunt Mentions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Product Hunt Mentions |
ID | odfaplafjjgjigjapkjifaogcblcjbpg |
Officiële URL | https://chromewebstore.google.com/detail/product-hunt-mentions/odfaplafjjgjigjapkjifaogcblcjbpg |
Beschrijving | Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com) |
Bestandsgrootte | 95.62 KB |
Aantal Installaties | 19 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2017-12-18 |
Publicatiedatum | 2017-12-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Moritz Kobrna |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |