Clickable dependabot commands

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

Clickable dependabot commandsคืออะไร?

Clickable dependabot commands เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sebastian Silbermann และคุณลักษณะหลักของมันคือ "Adds buttons for each dependabot command in the initial Pull Request description on github.com."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clickable dependabot commands

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}