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