Clickable dependabot commands

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

Co to jest Clickable dependabot commands?

Clickable dependabot commands to rozszerzenie Chrome opracowane przez Sebastian Silbermann, a jego główną funkcją jest „Adds buttons for each dependabot command in the initial Pull Request description on github.com.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Clickable dependabot commands

Pobierz pliki rozszerzeń Clickable dependabot commands w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Clickable dependabot commands Clickable dependabot commands
ID ffidlmejllidmbpfeneoklopdafiljjg
Oficjalny URL https://chromewebstore.google.com/detail/clickable-dependabot-comm/ffidlmejllidmbpfeneoklopdafiljjg
Opis Adds buttons for each dependabot command in the initial Pull Request description on github.com.
Rozmiar pliku 5.1 KB
Liczba instalacji 24
Aktualna Wersja 0.3.4
Ostatnia Aktualizacja 2021-02-01
Data Publikacji 2019-07-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Sebastian Silbermann
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/eps1lon/dependabot-clickable-commands
Obsługiwane Języki 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"
            ]
        }
    ]
}