Product Hunt Mentions

Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)

Apa itu Product Hunt Mentions?

Product Hunt Mentions adalah ekstensi Chrome yang dikembangkan oleh Moritz Kobrna, dan fitur utamanya adalah "Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Product Hunt Mentions

Unduh file ekstensi Product Hunt Mentions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Product Hunt Mentions Product Hunt Mentions
ID odfaplafjjgjigjapkjifaogcblcjbpg
URL Resmi https://chromewebstore.google.com/detail/product-hunt-mentions/odfaplafjjgjigjapkjifaogcblcjbpg
Deskripsi Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)
Ukuran File 95.62 KB
Jumlah Instalasi 19
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2017-12-18
Tanggal Publikasi 2017-12-18
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Moritz Kobrna
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}