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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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