Product Hunt Mentions
Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)
Was ist Product Hunt Mentions?
Product Hunt Mentions ist eine Chrome-Erweiterung, die von Moritz Kobrna entwickelt wurde, und ihr Hauptmerkmal ist "Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)".
Erweiterungsscreenshots
Product Hunt Mentions-Erweiterungs-CRX-Datei herunterladen
Laden Sie Product Hunt Mentions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Product Hunt Mentions |
ID | odfaplafjjgjigjapkjifaogcblcjbpg |
Offizielle URL | https://chromewebstore.google.com/detail/product-hunt-mentions/odfaplafjjgjigjapkjifaogcblcjbpg |
Beschreibung | Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com) |
Dateigröße | 95.62 KB |
Installationsanzahl | 19 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2017-12-18 |
Veröffentlichungsdatum | 2017-12-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Moritz Kobrna |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |