Clickable dependabot commands

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

What is Clickable dependabot commands?

Clickable dependabot commands is a Chrome extension developed by Sebastian Silbermann, and its main feature is "Adds buttons for each dependabot command in the initial Pull Request description on github.com.".

Extension Screenshots

screenshot

Download Clickable dependabot commands Extension CRX File

Download Clickable dependabot commands extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Clickable dependabot commands Clickable dependabot commands
ID ffidlmejllidmbpfeneoklopdafiljjg
Official URL https://chromewebstore.google.com/detail/clickable-dependabot-comm/ffidlmejllidmbpfeneoklopdafiljjg
Description Adds buttons for each dependabot command in the initial Pull Request description on github.com.
File Size 5.1 KB
Installation Count 24
Current Version 0.3.4
Last Updated 2021-02-01
Publish Date 2019-07-25
Rating 5.00/5 Total 1 Ratings
Developer Sebastian Silbermann
Email [email protected]
Payment Type free
Help Page URL https://github.com/eps1lon/dependabot-clickable-commands
Supported Languages 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"
            ]
        }
    ]
}