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)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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\/*"
    ]
}