Giphy for GitHub

Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub.…

Giphy for GitHub क्या है?

Giphy for GitHub Steven Lundy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub.…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub. After you have installed the extension there will be an extra button in your GitHub toolbar to insert GIFs.

If you select a word or phrase and click the button, it will replace the text with a giphy on that theme. If you have nothing selected, it will insert a random giphy. If you select the ID for a specific giphy, it will insert it.                    

एक्सटेंशन की मूल जानकारी

नाम Giphy for GitHub Giphy for GitHub
ID njpbcacdkcomjpddllidghnpjjdjbfoh
आधिकारिक URL https://chrome.google.com/webstore/detail/giphy-for-github/njpbcacdkcomjpddllidghnpjjdjbfoh
विवरण Giphy for GitHub gives you the ability to easily add GIFs from giphy into pull requests, issues, and other comments on GitHub.…
फ़ाइल का आकार 59.36 KB
स्थापना संख्या 578
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2019-08-21
प्रकाशन तिथि 2019-08-21
रेटिंग 3.17/5 कुल 6 रेटिंग्स
डेवलपर Steven Lundy
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Giphy for GitHub",
    "description": "",
    "version": "1.0.4",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "244": "icons\/icon244.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}