Giphub

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

Was ist Giphub?

Giphub ist eine Chrome-Erweiterung, die von severest entwickelt wurde, und ihr Hauptmerkmal ist "Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…".

Erweiterungsscreenshots

screenshot

Giphub-Erweiterungs-CRX-Datei herunterladen

Laden Sie Giphub-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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'                    

Grundlegende Informationen zur Erweiterung

Name Giphub Giphub
ID kkdonncilmofnmoohllejgcjooeiodhe
Offizielle URL https://chromewebstore.google.com/detail/giphub/kkdonncilmofnmoohllejgcjooeiodhe
Beschreibung Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…
Dateigröße 145 KB
Installationsanzahl 104
Aktuelle Version 1.10.0
Letztes Update 2023-11-30
Veröffentlichungsdatum 2020-03-23
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler severest
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}