LGTM
Set your default PR review on github
Что такое LGTM?
LGTM - это расширение Chrome, разработанное wateret, и его основная функция - "Set your default PR review on github".
Снимки экрана расширения
Скачать файл CRX расширения LGTM
Скачайте файлы расширений LGTM в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
** Who?
Github users
** What?
A button [LGTM] is inserted beside [Review Changes]. When the button is clicked, it fills "Submit your review" form
- Insert the default review comment
- Check "Approve" radio button
** When?
Review others' pull requests
** Where?
On Github(or Github Enterprise)
** Why?
Prevent Carpal Tunnel Syndrome
Enhance productivity
People are tired of typing "LGTM" and click "approve" button on your review comment. Especially when you review trivial commits or your project has a lot to review. If that is your case, this is the perfect solution for you.
Open source at: https://github.com/wateret/lgtm
% The extension icons are from "https://icons8.com", which are free PNG version.
#Github #Preset #Review Основная информация о расширении
| Название | |
| ID | pkifelaabllbhdeeekikmlicmclokbfe |
| Официальный URL | https://chromewebstore.google.com/detail/lgtm/pkifelaabllbhdeeekikmlicmclokbfe |
| Описание | Set your default PR review on github |
| Размер файла | 40.92 KB |
| Количество установок | 51 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2020-12-05 |
| Дата публикации | 2019-04-03 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | wateret |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "LGTM",
"description": "Set your default PR review on github",
"version": "1.0",
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "options.html"
},
"content_scripts": [
{
"matches": [
" | |