Product Hunt Mentions

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

Cos'è Product Hunt Mentions?

Product Hunt Mentions è un'estensione di Chrome sviluppata da Moritz Kobrna, e la sua funzione principale è "Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Product Hunt Mentions

Scarica i file di estensione Product Hunt Mentions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Product Hunt Mentions Product Hunt Mentions
ID odfaplafjjgjigjapkjifaogcblcjbpg
URL Ufficiale https://chromewebstore.google.com/detail/product-hunt-mentions/odfaplafjjgjigjapkjifaogcblcjbpg
Descrizione Mention autocomplete for users, posts and products inside comments on Product Hunt (www.producthunt.com)
Dimensione del File 95.62 KB
Conteggio Installazioni 19
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-12-18
Data di Pubblicazione 2017-12-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Moritz Kobrna
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}