Giphub

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

Τι είναι το Giphub;

Το Giphub είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον severest, και η κύρια λειτουργία του είναι "Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Giphub

Λήψη αρχείων επέκτασης Giphub σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Giphub Giphub
ID kkdonncilmofnmoohllejgcjooeiodhe
Επίσημο URL https://chromewebstore.google.com/detail/giphub/kkdonncilmofnmoohllejgcjooeiodhe
Περιγραφή Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…
Μέγεθος Αρχείου 145 KB
Αριθμός Εγκαταστάσεων 104
Τρέχουσα Έκδοση 1.10.0
Τελευταία Ενημέρωση 2023-11-30
Ημερομηνία Δημοσίευσης 2020-03-23
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής severest
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}