Giphub

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

Wat is Giphub?

Giphub is een Chrome-extensie ontwikkeld door severest, en de belangrijkste functie is "Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Giphub

Download Giphub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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'                    

Basisinformatie over de Extensie

Naam Giphub Giphub
ID kkdonncilmofnmoohllejgcjooeiodhe
Officiële URL https://chromewebstore.google.com/detail/giphub/kkdonncilmofnmoohllejgcjooeiodhe
Beschrijving Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…
Bestandsgrootte 145 KB
Aantal Installaties 104
Huidige Versie 1.10.0
Laatst Bijgewerkt 2023-11-30
Publicatiedatum 2020-03-23
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar severest
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}