GitHub - LGTM
Display LGTM on github.com
GitHub - LGTM란 무엇입니까?
GitHub - LGTM은(는) victorvieux에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display LGTM on github.com"입니다.
확장 프로그램 스크린샷
GitHub - LGTM 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension:
- adds a button to quick LGTM
- adds a LGTM count to the GitHub page
- change the background of 'LGTM' to green and ' NOT LGTM' to red.
- display the unstable style when the PR has less than 2 LGTM
Sources: https://github.com/vieux/github-lgtm 확장 프로그램 기본 정보
| 이름 | |
| ID | bhiegncjmjcjnlgcklnhefhdlkjlkbgb |
| 공식 URL | https://chromewebstore.google.com/detail/github-lgtm/bhiegncjmjcjnlgcklnhefhdlkjlkbgb |
| 설명 | Display LGTM on github.com |
| 파일 크기 | 25.72 KB |
| 설치 횟수 | 61 |
| 현재 버전 | 0.6.5 |
| 최근 업데이트 | 2015-02-03 |
| 출시 날짜 | 2015-02-03 |
| 평점 | 4.50/5 총 2 개의 평점 |
| 개발자 | victorvieux |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://github.com/vieux/github-lgtm |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"github-lgtm.user.js"
],
"matches": [
"http:\/\/github.com\/*",
"https:\/\/github.com\/*"
]
}
],
"description": "Display LGTM on github.com",
"icons": {
"128": "icon-128.png",
"16": "icon-16.png",
"64": "icon-64.png"
},
"manifest_version": 2,
"name": "GitHub - LGTM",
"version": "0.6.5"
} | |