Giphub

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

Co je Giphub?

Giphub je rozšíření Chrome vyvinuté severest, a jeho hlavní funkcí je „Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Giphub

Stáhněte si soubory rozšíření Giphub ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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'                    

Základní Informace o Rozšíření

Název Giphub Giphub
ID kkdonncilmofnmoohllejgcjooeiodhe
Oficiální URL https://chromewebstore.google.com/detail/giphub/kkdonncilmofnmoohllejgcjooeiodhe
Popis Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…
Velikost souboru 145 KB
Počet instalací 104
Aktuální Verze 1.10.0
Poslední Aktualizace 2023-11-30
Datum Vydání 2020-03-23
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář severest
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}