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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Giphub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}