Clickable dependabot commands

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

Clickable dependabot commands là gì?

Clickable dependabot commands là một tiện ích mở rộng Chrome được phát triển bởi Sebastian Silbermann, và tính năng chính của nó là "Adds buttons for each dependabot command in the initial Pull Request description on github.com.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clickable dependabot commands

Tải xuống các tệp mở rộng Clickable dependabot commands dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clickable dependabot commands Clickable dependabot commands
ID ffidlmejllidmbpfeneoklopdafiljjg
URL Chính Thức https://chromewebstore.google.com/detail/clickable-dependabot-comm/ffidlmejllidmbpfeneoklopdafiljjg
Mô tả Adds buttons for each dependabot command in the initial Pull Request description on github.com.
Kích Thước Tệp 5.1 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.3.4
Cập Nhật Lần Cuối 2021-02-01
Ngày Phát Hành 2019-07-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Sebastian Silbermann
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/eps1lon/dependabot-clickable-commands
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}