GitHub - LGTM
Display LGTM on github.com
What is GitHub - LGTM?
GitHub - LGTM is a Chrome extension developed by victorvieux, and its main feature is "Display LGTM on github.com".
Extension Screenshots
Download GitHub - LGTM Extension CRX File
Download GitHub - LGTM 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
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 Extension Basic Information
| Name | |
| ID | bhiegncjmjcjnlgcklnhefhdlkjlkbgb |
| Official URL | https://chromewebstore.google.com/detail/github-lgtm/bhiegncjmjcjnlgcklnhefhdlkjlkbgb |
| Description | Display LGTM on github.com |
| File Size | 25.72 KB |
| Installation Count | 61 |
| Current Version | 0.6.5 |
| Last Updated | 2015-02-03 |
| Publish Date | 2015-02-03 |
| Rating | 4.50/5 Total 2 Ratings |
| Developer | victorvieux |
| Payment Type | free |
| Extension Website | https://github.com/vieux/github-lgtm |
| Supported Languages | 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"
} | |