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开发的Chrome扩展程序,该扩展的主要功能是“Adds buttons for each dependabot command in the initial Pull Request description on github.com.”。
扩展截图
下载Clickable dependabot commands扩展crx文件
下载Clickable dependabot commands扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds buttons for each dependabot command in the initial Pull Request description on github.com.
扩展基本信息
名称 | 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" ] } ] } |