Clickable dependabot commands
Adds buttons for each dependabot command in the initial Pull Request description on github.com.
Wat is Clickable dependabot commands?
Clickable dependabot commands is een Chrome-extensie ontwikkeld door Sebastian Silbermann, en de belangrijkste functie is "Adds buttons for each dependabot command in the initial Pull Request description on github.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clickable dependabot commands
Download Clickable dependabot commands-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds buttons for each dependabot command in the initial Pull Request description on github.com.
Basisinformatie over de Extensie
Naam | Clickable dependabot commands |
ID | ffidlmejllidmbpfeneoklopdafiljjg |
Officiële URL | https://chromewebstore.google.com/detail/clickable-dependabot-comm/ffidlmejllidmbpfeneoklopdafiljjg |
Beschrijving | Adds buttons for each dependabot command in the initial Pull Request description on github.com. |
Bestandsgrootte | 5.1 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.3.4 |
Laatst Bijgewerkt | 2021-02-01 |
Publicatiedatum | 2019-07-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Sebastian Silbermann |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/eps1lon/dependabot-clickable-commands |
Ondersteunde Talen | 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" ] } ] } |