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)”。

扩展截图

screenshot
screenshot

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