Giphub

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

Cos'è Giphub?

Giphub è un'estensione di Chrome sviluppata da severest, e la sua funzione principale è "Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Giphub

Scarica i file di estensione Giphub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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'                    

Informazioni di Base sull'Estensione

Nome Giphub Giphub
ID kkdonncilmofnmoohllejgcjooeiodhe
URL Ufficiale https://chromewebstore.google.com/detail/giphub/kkdonncilmofnmoohllejgcjooeiodhe
Descrizione Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…
Dimensione del File 145 KB
Conteggio Installazioni 104
Versione Corrente 1.10.0
Ultimo Aggiornamento 2023-11-30
Data di Pubblicazione 2020-03-23
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore severest
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}