Clickable dependabot commands

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

Apa itu Clickable dependabot commands?

Clickable dependabot commands adalah ekstensi Chrome yang dikembangkan oleh Sebastian Silbermann, dan fitur utamanya adalah "Adds buttons for each dependabot command in the initial Pull Request description on github.com.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Clickable dependabot commands

Unduh file ekstensi Clickable dependabot commands dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Clickable dependabot commands Clickable dependabot commands
ID ffidlmejllidmbpfeneoklopdafiljjg
URL Resmi https://chromewebstore.google.com/detail/clickable-dependabot-comm/ffidlmejllidmbpfeneoklopdafiljjg
Deskripsi Adds buttons for each dependabot command in the initial Pull Request description on github.com.
Ukuran File 5.1 KB
Jumlah Instalasi 24
Versi Saat Ini 0.3.4
Terakhir Diperbarui 2021-02-01
Tanggal Publikasi 2019-07-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Sebastian Silbermann
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/eps1lon/dependabot-clickable-commands
Bahasa yang Didukung 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"
            ]
        }
    ]
}