Giphub

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

Qu'est-ce que Giphub ?

Giphub est une extension Chrome développée par severest, et sa fonction principale est "Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Giphub

Téléchargez les fichiers d'extension Giphub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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'                    

Informations de Base sur l'Extension

Nom Giphub Giphub
ID kkdonncilmofnmoohllejgcjooeiodhe
URL Officiel https://chromewebstore.google.com/detail/giphub/kkdonncilmofnmoohllejgcjooeiodhe
Description Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…
Taille du Fichier 145 KB
Nombre d'Installations 104
Version Actuelle 1.10.0
Dernière Mise à Jour 2023-11-30
Date de Publication 2020-03-23
Évaluation 5.00/5 Total 6 Évaluations
Développeur severest
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}