Producht Hunt GIPHY integration

Search on GIPHY direct from Product Hunt and insert them into your comment!

Τι είναι το Producht Hunt GIPHY integration;

Το Producht Hunt GIPHY integration είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Moritz Kobrna, και η κύρια λειτουργία του είναι "Search on GIPHY direct from Product Hunt and insert them into your comment!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Producht Hunt GIPHY integration

Λήψη αρχείων επέκτασης Producht Hunt GIPHY integration σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Search for GIPHY images direct from the Product Hunt comment box.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Producht Hunt GIPHY integration Producht Hunt GIPHY integration
ID jamfnkplghnfbhfnpghgbccbdhhjgkan
Επίσημο URL https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan
Περιγραφή Search on GIPHY direct from Product Hunt and insert them into your comment!
Μέγεθος Αρχείου 75.11 KB
Αριθμός Εγκαταστάσεων 27
Τρέχουσα Έκδοση 0.1.5
Τελευταία Ενημέρωση 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": "Producht Hunt GIPHY integration",
    "description": "Search on GIPHY direct from Product Hunt and insert them into your comment!",
    "version": "0.1.5",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.producthunt.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/application.css"
            ]
        }
    ]
}