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\/*" ] } |