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.".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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"
]
}
]
} | |