Product Hunt Mentions
Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)
Τι είναι το Product Hunt Mentions;
Το Product Hunt Mentions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Moritz Kobrna, και η κύρια λειτουργία του είναι "Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Product Hunt Mentions
Λήψη αρχείων επέκτασης Product Hunt Mentions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Product Hunt Mentions |
ID | odfaplafjjgjigjapkjifaogcblcjbpg |
Επίσημο URL | https://chromewebstore.google.com/detail/product-hunt-mentions/odfaplafjjgjigjapkjifaogcblcjbpg |
Περιγραφή | Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com) |
Μέγεθος Αρχείου | 95.62 KB |
Αριθμός Εγκαταστάσεων | 19 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2017-12-18 |
Ημερομηνία Δημοσίευσης | 2017-12-18 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Moritz Kobrna |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } |