Product Hunt Mentions
Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)
Qu'est-ce que Product Hunt Mentions ?
Product Hunt Mentions est une extension Chrome développée par Moritz Kobrna, et sa fonction principale est "Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Product Hunt Mentions
Téléchargez les fichiers d'extension Product Hunt Mentions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Product Hunt Mentions |
ID | odfaplafjjgjigjapkjifaogcblcjbpg |
URL Officiel | 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) |
Taille du Fichier | 95.62 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2017-12-18 |
Date de Publication | 2017-12-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Moritz Kobrna |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |