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.”。

擴展截圖

screenshot

下載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 Clickable dependabot commands
ID ffidlmejllidmbpfeneoklopdafiljjg
官方網址 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"
            ]
        }
    ]
}