Clickable dependabot commands

Adds buttons for each dependabot command in the initial Pull Request description on github.com.

Clickable dependabot commands क्या है?

Clickable dependabot commands Sebastian Silbermann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds buttons for each dependabot command in the initial Pull Request description on github.com."।

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

screenshot

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

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

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

                        Adds buttons for each dependabot command in the initial Pull Request description on github.com.                    

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

नाम Clickable dependabot commands Clickable dependabot commands
ID ffidlmejllidmbpfeneoklopdafiljjg
आधिकारिक URL https://chromewebstore.google.com/detail/clickable-dependabot-comm/ffidlmejllidmbpfeneoklopdafiljjg
विवरण Adds buttons for each dependabot command in the initial Pull Request description on github.com.
फ़ाइल का आकार 5.1 KB
स्थापना संख्या 24
वर्तमान संस्करण 0.3.4
अंतिम अपडेट 2021-02-01
प्रकाशन तिथि 2019-07-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Sebastian Silbermann
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/eps1lon/dependabot-clickable-commands
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clickable dependabot commands",
    "version": "0.3.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "clickable-commands.js"
            ]
        }
    ]
}