Producht Hunt GIPHY integration

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

Co to jest Producht Hunt GIPHY integration?

Producht Hunt GIPHY integration to rozszerzenie Chrome opracowane przez Moritz Kobrna, a jego główną funkcją jest „Search on GIPHY direct from Product Hunt and insert them into your comment!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Producht Hunt GIPHY integration

Pobierz pliki rozszerzeń Producht Hunt GIPHY integration w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Producht Hunt GIPHY integration Producht Hunt GIPHY integration
ID jamfnkplghnfbhfnpghgbccbdhhjgkan
Oficjalny URL https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan
Opis Search on GIPHY direct from Product Hunt and insert them into your comment!
Rozmiar pliku 75.11 KB
Liczba instalacji 27
Aktualna Wersja 0.1.5
Ostatnia Aktualizacja 2017-12-18
Data Publikacji 2017-12-18
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Moritz Kobrna
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}