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
公式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
Eメール [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"
            ]
        }
    ]
}