Giphub

Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…

Co to jest Giphub?

Giphub to rozszerzenie Chrome opracowane przez severest, a jego główną funkcją jest „Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Giphub

Pobierz pliki rozszerzeń Giphub 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

                        Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find just the right gif to convey your feelings? Try the Giphub extension, which adds an additional button to your Github commenting toolbar and allows you to quickly find and insert the perfect gif!

Credit to Layton for the name 'Giphub'                    

Podstawowe informacje o rozszerzeniu

Nazwa Giphub Giphub
ID kkdonncilmofnmoohllejgcjooeiodhe
Oficjalny URL https://chromewebstore.google.com/detail/giphub/kkdonncilmofnmoohllejgcjooeiodhe
Opis Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…
Rozmiar pliku 145 KB
Liczba instalacji 104
Aktualna Wersja 1.10.0
Ostatnia Aktualizacja 2023-11-30
Data Publikacji 2020-03-23
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper severest
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.10.0",
    "manifest_version": 3,
    "name": "Giphub",
    "author": "Everest, Sean ",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "96": "96.png",
        "128": "128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "64": "64.png"
        },
        "default_title": "Giphub"
    },
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/api.giphy.com\/*"
    ]
}