GitHub - LGTM
Display LGTM on github.com
Hvad er GitHub - LGTM?
GitHub - LGTM er en Chrome-udvidelse udviklet af victorvieux, og dens hovedfunktion er "Display LGTM on github.com".
Udvidelsesskærmbilleder
Download GitHub - LGTM-udvidelses-CRX-fil
Download GitHub - LGTM-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bhiegncjmjcjnlgcklnhefhdlkjlkbgb |
| Officiel URL | https://chromewebstore.google.com/detail/github-lgtm/bhiegncjmjcjnlgcklnhefhdlkjlkbgb |
| Beskrivelse | Display LGTM on github.com |
| Filstørrelse | 25.72 KB |
| Antal Installationer | 61 |
| Nuværende Version | 0.6.5 |
| Senest Opdateret | 2015-02-03 |
| Udgivelsesdato | 2015-02-03 |
| Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
| Udvikler | victorvieux |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/vieux/github-lgtm |
| Understøttede Sprog | 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"
} | |