Giphub

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

¿Qué es Giphub?

Giphub es una extensión de Chrome desarrollada por severest, y su función principal es "Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Giphub

Descarga archivos de extensión Giphub en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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'                    

Información Básica de la Extensión

Nombre Giphub Giphub
ID kkdonncilmofnmoohllejgcjooeiodhe
URL Oficial https://chromewebstore.google.com/detail/giphub/kkdonncilmofnmoohllejgcjooeiodhe
Descripción Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…
Tamaño del Archivo 145 KB
Cantidad de Instalaciones 104
Versión Actual 1.10.0
Última Actualización 2023-11-30
Fecha de Publicación 2020-03-23
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador severest
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}