Giphub

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

O que é Giphub?

Giphub é uma extensão do Chrome desenvolvida por severest, e sua principal característica é "Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Giphub

Baixe arquivos de extensão Giphub no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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'                    

Informações Básicas da Extensão

Nome Giphub Giphub
ID kkdonncilmofnmoohllejgcjooeiodhe
URL Oficial https://chromewebstore.google.com/detail/giphub/kkdonncilmofnmoohllejgcjooeiodhe
Descrição Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…
Tamanho do Arquivo 145 KB
Contagem de Instalações 104
Versão Atual 1.10.0
Última Atualização 2023-11-30
Data de Publicação 2020-03-23
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor severest
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}