Clickable dependabot commands

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

Vad är Clickable dependabot commands?

Clickable dependabot commands är en Chrome-tillägg utvecklad av Sebastian Silbermann, och dess huvudfunktion är "Adds buttons for each dependabot command in the initial Pull Request description on github.com.".

Tilläggsskärmbilder

screenshot

Ladda ner Clickable dependabot commands-förlängningens CRX-fil

Ladda ner Clickable dependabot commands-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Clickable dependabot commands Clickable dependabot commands
ID ffidlmejllidmbpfeneoklopdafiljjg
Officiell webbadress https://chromewebstore.google.com/detail/clickable-dependabot-comm/ffidlmejllidmbpfeneoklopdafiljjg
Beskrivning Adds buttons for each dependabot command in the initial Pull Request description on github.com.
Filstorlek 5.1 KB
Antal Installationer 24
Aktuell Version 0.3.4
Senast Uppdaterad 2021-02-01
Publiceringsdatum 2019-07-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Sebastian Silbermann
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/eps1lon/dependabot-clickable-commands
Stödda Språk 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"
            ]
        }
    ]
}