Product Hunt Mentions
Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)
什麼是Product Hunt Mentions?
Product Hunt Mentions是由Moritz Kobrna開發的Chrome擴展程式,該擴展的主要功能是“Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)”。
擴展截圖
下載Product Hunt Mentions擴展crx文件
下載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 |
官方網址 | 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\/*" ] } |