Product Hunt Mentions
Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)
Vad är Product Hunt Mentions?
Product Hunt Mentions är en Chrome-tillägg utvecklad av Moritz Kobrna, och dess huvudfunktion är "Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)".
Tilläggsskärmbilder
Ladda ner Product Hunt Mentions-förlängningens CRX-fil
Ladda ner Product Hunt Mentions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | odfaplafjjgjigjapkjifaogcblcjbpg |
| Officiell webbadress | https://chromewebstore.google.com/detail/product-hunt-mentions/odfaplafjjgjigjapkjifaogcblcjbpg |
| Beskrivning | Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com) |
| Filstorlek | 95.62 KB |
| Antal Installationer | 19 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2017-12-18 |
| Publiceringsdatum | 2017-12-18 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Moritz Kobrna |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
} | |